My favorites | Sign in
Project Home Issues
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 2: this.execute dont work in opear
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  radovan....@gmail.com
Closed:  Dec 2007


 
Project Member Reported by radovan....@gmail.com, Dec 4, 2007
beacuse of
if (!Browser.Engine.trident) this.execute('styleWithCSS', false, false);

this.execute dont work in opera

is this line needed?
how we gona solve it?
Dec 5, 2007
Project Member #1 radovan....@gmail.com
solved by
if (!Browser.Engine.trident && !Browser.Engine.presto) this.execute('styleWithCSS',
false, false);
Dec 5, 2007
Project Member #2 radovan....@gmail.com
(No comment was entered for this change.)
Status: Fixed

Powered by Google Project Hosting