CARVIEW |
Select Language
HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Sat, 11 Oct 2025 06:58:07 GMT
Content-Type: text/html
Content-Length: 162
Location: https://bugs.jquery.com/ticket/11293/
Connection: keep-alive
Reporting-Endpoints: csp-endpoint='https://csp-report-api.openjs-foundation.workers.dev/'
Content-Security-Policy: default-src 'self'; script-src 'self' 'wasm-unsafe-eval' code.jquery.com; connect-src 'self'; img-src 'self' secure.gravatar.com; style-src 'self'; media-src 'self' content.jquery.com; report-uri https://csp-report-api.openjs-foundation.workers.dev/; report-to csp-endpoint
HTTP/1.1 200 OK
Server: nginx
Date: Sat, 11 Oct 2025 06:58:07 GMT
Content-Type: text/html
Last-Modified: Wed, 18 Sep 2024 14:30:33 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
ETag: W/"66eae409-3e59"
Reporting-Endpoints: csp-endpoint='https://csp-report-api.openjs-foundation.workers.dev/'
Content-Security-Policy: default-src 'self'; script-src 'self' 'wasm-unsafe-eval' code.jquery.com; connect-src 'self'; img-src 'self' secure.gravatar.com; style-src 'self'; media-src 'self' content.jquery.com; report-uri https://csp-report-api.openjs-foundation.workers.dev/; report-to csp-endpoint
Content-Encoding: gzip
#11293 (Reading width or outerWidth of empty TDs alters columns width values) - jQuery - Bug Tracker
jQuery issues have moved to GitHub. This site is now a static archive of the old Trac bugs site. Some functions and pages are no longer available.
Skip to main content
Bug Tracker
Side navigation
#11293 closed bug (fixed)
Opened February 06, 2012 09:20PM UTC
Closed June 07, 2012 03:08PM UTC
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).
Attachments (0)
Change History (7)
Changed February 06, 2012 10:10PM UTC by addyosmani comment:1
priority: | undecided → low |
---|---|
status: | new → open |
Changed May 29, 2012 01:26AM UTC by mikesherov comment:2
component: | unfiled → dimensions |
---|---|
milestone: | None → 1.8 |
owner: | → mikesherov |
status: | open → assigned |
version: | 1.7.1 → git |
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):
https://addyosmani.com/gyazo/7421c2.png