Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#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 rdworth)

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 Scott González

Resolution: worksforme
Status: newclosed

Please provide a reduced test case showing the problem.

comment:2 Changed 12 years ago by i8beef

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 rdworth

Component: ui.dialogui.resizable
Description: modified (diff)
Resolution: worksforme
Status: closedreopened
Summary: GET data: undefined (undefined) in DialogResizable: Chrome dev tools console shows GET data: undefined (undefined)

comment:4 Changed 12 years ago by rdworth

Description: modified (diff)

comment:5 Changed 12 years ago by rdworth

Description: modified (diff)

comment:6 Changed 12 years ago by rdworth

Owner: set to rdworth
Status: reopenedassigned

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 Richard Worth

Resolution: fixed
Status: assignedclosed

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 Richard Worth

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 rdworth

Milestone: 1.91.8.13
Note: See TracTickets for help on using tickets.