Opened 14 years ago
Closed 12 years ago
#3608 closed bug (worksforme)
css(propname) glitch on Opera
Reported by: | mikecapp | Owned by: | flesler |
---|---|---|---|
Priority: | minor | Milestone: | 1.3 |
Component: | core | Version: | 1.2.6 |
Keywords: | opera css | Cc: | |
Blocked by: | Blocking: |
Description
Doc examples for the $.css(name) function suggest that both hyphenated "css-style" and camelcased "scriptStyle" property names are valid.
However, in Opera (testing v9.62 on Win2003 Server), "css-style" fails on elements that have not yet been inserted into the DOM. "scriptStyle" still works in this case, and "css-style" works once the element has been inserted, and the issue doesn't manifest on any other browser tested (FF3, IE7, Safari3, Chrome).
See attachment for demonstration; I get no "background-color" for "Clone before insertion into DOM".
Attachments (1)
Change History (3)
Changed 14 years ago by
Attachment: | jquery_opera_css.html added |
---|
comment:1 Changed 13 years ago by
Component: | unfilled → core |
---|
comment:2 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Using your test case, and updating to the latest jQuery, this works in Opera.
http://bugs.jquery.com/raw-attachment/ticket/3608/jquery_opera_css.html
minimal bug demo