Search and Top Navigation
#7293 closed bug (fixed)
Opened April 27, 2011 07:11PM UTC
Closed April 29, 2011 11:01AM UTC
Last modified April 29, 2011 11:03AM UTC
Resizable: Chrome dev tools console shows GET data: undefined (undefined)
Reported by: | jerry | Owned by: | rdworth |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.13 |
Component: | ui.resizable | Version: | 1.8.12 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When you initialize a resizable element in Chrome, there is a broken image resource, observable in the developer tools console:
X Failed to load resource
or
X GET data:
or
GET data: undefined (undefined)
Attachments (0)
Change History (9)
Changed April 27, 2011 07:20PM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
Changed April 28, 2011 07:09PM UTC by comment:2
I see this too. Running Chrome, while watching the JS console, I see this error come up as soon as $().dialog() get's called., on JQuery UI 1.8.12.
Changed April 29, 2011 10:52AM UTC by comment:3
component: | ui.dialog → ui.resizable |
---|---|
description: | In latest release, there is error in Dialog → When you initialize a resizable element in Chrome, there is a broken image resource, observable in the developer tools console: \ {{{ \ X Failed to load resource \ }}} \ or \ {{{ \ X GET data: \ }}} \ GET data: undefined (undefined) \ {{{ \ \ }}} |
resolution: | worksforme |
status: | closed → reopened |
summary: | GET data: undefined (undefined) in Dialog → Resizable: Chrome dev tools console shows GET data: undefined (undefined) |
Changed April 29, 2011 10:53AM UTC by comment:4
description: | When you initialize a resizable element in Chrome, there is a broken image resource, observable in the developer tools console: \ {{{ \ X Failed to load resource \ }}} \ or \ {{{ \ X GET data: \ }}} \ GET data: undefined (undefined) \ {{{ \ \ }}} → When you initialize a resizable element in Chrome, there is a broken image resource, observable in the developer tools console: \ {{{ \ X Failed to load resource \ }}} \ or \ {{{ \ X GET data: \ }}} \ {{{ \ GET data: undefined (undefined) \ }}} |
---|
Changed April 29, 2011 10:53AM UTC by comment:5
description: | When you initialize a resizable element in Chrome, there is a broken image resource, observable in the developer tools console: \ {{{ \ X Failed to load resource \ }}} \ or \ {{{ \ X GET data: \ }}} \ {{{ \ GET data: undefined (undefined) \ }}} → When you initialize a resizable element in Chrome, there is a broken image resource, observable in the developer tools console: \ {{{ \ X Failed to load resource \ }}} \ or \ {{{ \ X GET data: \ }}} \ or \ {{{ \ GET data: undefined (undefined) \ }}} |
---|
Changed April 29, 2011 10:55AM UTC by comment:6
owner: | → rdworth |
---|---|
status: | reopened → assigned |
This error was caused by the fix for #7233 . It seems chrome wants a valid image in a background:url(data:... and complains if it doesn't get one. Found a better fix (transparent 1x1px gif) at http://code.google.com/p/jqtouch/issues/detail?id=228 and tested data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= in latest Chrome and IE6 . Works.
Changed April 29, 2011 11:01AM UTC by comment:7
resolution: | → fixed |
---|---|
status: | assigned → closed |
Resizable: switch data: background image to valid image file, small 1px transparent gif. Fixed #7293 - Resizable: Chrome dev tools console shows GET data: undefined (undefined)
Changeset: 5058ac3ce7a45c5823f4c108b0ae3ae45346d0f8
Changed April 29, 2011 11:03AM UTC by comment:8
Resizable: switch data: background image to valid image file, small 1px transparent gif. Fixed #7293 - Resizable: Chrome dev tools console shows GET data: undefined (undefined)
(cherry picked from commit 5058ac3ce7a45c5823f4c108b0ae3ae45346d0f8)
Changeset: 5e095e9f4cf0ebd1593183b1df7413031f1990fb
Changed April 29, 2011 11:03AM UTC by comment:9
milestone: | 1.9 → 1.8.13 |
---|
Please provide a reduced test case showing the problem.