#7148 closed bug (fixed)
1.4.3rc1: Cannot get styles from disconnected nodes
Reported by: | scottgonzalez | Owned by: | john |
---|---|---|---|
Priority: | low | Milestone: | 1.4.3 |
Component: | css | Version: | 1.4.2 |
Keywords: | css disconnected nodes | Cc: | |
Blocked by: | Blocking: |
Description
.css() now returns an empty string when trying to get style properties from elements that are not part of the page.
$( "<div>" ).css( "left", "20%" ).css( "left" )
Change History (5)
comment:1 Changed 12 years ago by
Keywords: | css disconnected nodes added |
---|
comment:3 Changed 12 years ago by
need: | Review → Patch |
---|---|
Owner: | set to john |
Priority: | undecided → low |
Issue confirmed as not working in:
Opera 10.62 Chrome 6.04 Safari 5.02
Currently appears to be working fine in FireFox 3.6.10/OSX.
Flagging for review/patch if possible.
comment:4 follow-up: 5 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 Changed 11 years ago by
Note: See
TracTickets for help on using
tickets.
Scott, did you notice this happening in all major browsers or just one in particular? If the latter, could you elaborate on which one?.
Currently testing this on FF 3.6.10/OSX and it seems to be working fine.