Opened 11 years ago
Closed 11 years ago
#11293 closed bug (fixed)
Reading width or outerWidth of empty TDs alters columns width values
Reported by: | enzole | Owned by: | mikesherov |
---|---|---|---|
Priority: | low | Milestone: | 1.8 |
Component: | dimensions | Version: | git |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
jQuery 1.7.1: Trying to get widths of empty cells produces a scrambled table:
This happens only on WebKit browsers (tested on Safari 5.1.2 mac/pc and Chrome 16.0.whatever mac/pc).
Change History (7)
comment:1 Changed 11 years ago by
Priority: | undecided → low |
---|---|
Status: | new → open |
comment:2 Changed 11 years ago by
Component: | unfiled → dimensions |
---|---|
Milestone: | None → 1.8 |
Owner: | set to mikesherov |
Status: | open → assigned |
Version: | 1.7.1 → git |
comment:7 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Don't swap to measure dimensions unless the element is display:none. #807 Fixes #11293
Changeset: c80bc227280e9708dc9c3613ece9397f55f382ed
Note: See
TracTickets for help on using
tickets.
Weird. What I'm experiencing (even without the last line modifying anything) is a style tag being injected where it shouldn't be (confirmed Chrome Canary):
http://addyosmani.com/gyazo/7421c2.png