[Webkit-unassigned] [Bug 25548] New: active blinking tab shows blank as ordering of the value returned by span.style.background property is different in webkit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 4 10:24:25 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25548

           Summary: active blinking tab shows blank as ordering of the value
                    returned by span.style.background property is different
                    in webkit
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://shopping.pchome.com.tw/?mod=area&func=style_show&
                    RG_NO=DHAC&BB=3c
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jasneet at chromium.org
                CC: jasneet at chromium.org


I Steps:
Go to http://shopping.pchome.com.tw/?mod=area&func=style_show&RG_NO=DHAC&BB=3c

II Issue:
You can see the word on the focus tab is gone.

III Conclusion:
The ordering of the value returned by span.style.background property  is
different in webkit, compared to FF.
Meaning webkit returns this order: image, repeat, attachment, position, color ;
Where as  FF returns color , image, repeat, attachment, position.

return value for span.style.background from the above code snippet:
Webkit: 'none repeat scroll 0% 0%  rgb(255, 255, 255)'
FF: 'rgb(255, 255, 255) none repeat scroll 0% 0%'

IV Other Browsers:
IE7: ok
FF3: ok

V Nightly tested: 42232

Bug in Chromium : http://code.google.com/p/chromium/issues/detail?id=8658


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list