#7293 closed bug (fixed)
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 (last modified by )
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)
Change History (9)
comment:1 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
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.
comment:3 Changed 12 years ago by
Component: | ui.dialog → ui.resizable |
---|---|
Description: | modified (diff) |
Resolution: | worksforme |
Status: | closed → reopened |
Summary: | GET data: undefined (undefined) in Dialog → Resizable: Chrome dev tools console shows GET data: undefined (undefined) |
comment:4 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:5 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:6 Changed 12 years ago by
Owner: | set to 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.
comment:7 Changed 12 years ago by
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
comment:8 Changed 12 years ago by
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
comment:9 Changed 12 years ago by
Milestone: | 1.9 → 1.8.13 |
---|
Please provide a reduced test case showing the problem.