[CLOSED] Error Opacity in Opera

  1. #1

    [CLOSED] Error Opacity in Opera

    Hii,

    I'm having problem with opacity in Opera. In dragonfly, it shows an error from
     extjs/resources/css/ext-all-embedded-css/ext.axd?v=27664.
    It says
    Line 1916:
       filter:alpha(opacity=60);
    --------------------------^
    Does ext support opera?
    Last edited by Daniil; Jun 20, 2011 at 1:56 PM. Reason: Please use [CODE] tags, [CLOSED]
  2. #2
    Hi,

    Yes, it does., please follow:
    http://forums.ext.net/showthread.php...ll=1#post37324

    What exactly version do you use? Can you provide a sample to reproduce?
  3. #3
    Hi,

    I guess dragonfly just shows warning, that warning should not break any functionality
  4. #4
    Quote Originally Posted by Daniil View Post
    Hi,

    Yes, it does., please follow:
    http://forums.ext.net/showthread.php...ll=1#post37324

    What exactly version do you use? Can you provide a sample to reproduce?
    I'm using Ext.NET 1.0.4162.27664. For the time being i can't reproduce a sample. What i'm doing is a mapping application that make use of openlayers similar to gmappanel. If i set a map with opacity, my opera browser show a pinky map because of that opacity failure. Vlad was right, it is not break any functionality but break my map visibility a little bit
  5. #5
    Hi,

    Please post the sample which reproduces the issue.
    'filter' is IE only property (as I know) and Opera should ignore it
  6. #6
    Also the rule which you mentioned is applied for disabled item in the toolbar
    .x-toolbar .x-item-disabled {
    	cursor:default;
    	opacity:.6;
    	-moz-opacity:.6;
    	filter:alpha(opacity=60);
    }
    I don't think that the rule is source of the problem (browsers ignore unknown css properties)
  7. #7
    ok, thank for your information vlad.. Finally i found the problems come from piwik script, not because of the opacity property

Similar Threads

  1. [CLOSED] KeyMap and Opera problem
    By voipswitch in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: May 08, 2013, 9:18 AM
  2. [CLOSED] Problem under Opera last version
    By feanor91 in forum 2.x Legacy Premium Help
    Replies: 32
    Last Post: Jul 13, 2012, 1:22 PM
  3. ProxyPage No response error in opera
    By Cameronweb in forum 1.x Help
    Replies: 3
    Last Post: Feb 22, 2012, 8:12 AM
  4. Collite in Opera?
    By jytu in forum 1.x Help
    Replies: 0
    Last Post: Jun 15, 2010, 9:06 AM
  5. Replies: 0
    Last Post: Oct 22, 2009, 3:26 PM

Posting Permissions