Skip to main content

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 scottgonzalez comment:1

resolution: → worksforme
status: newclosed

Please provide a reduced test case showing the problem.

Changed April 28, 2011 07:09PM UTC by i8beef 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 rdworth comment:3

component: ui.dialogui.resizable
description: In latest release, there is error in DialogWhen 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: closedreopened
summary: GET data: undefined (undefined) in DialogResizable: Chrome dev tools console shows GET data: undefined (undefined)

Changed April 29, 2011 10:53AM UTC by rdworth 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 rdworth 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 rdworth comment:6

owner: → 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.

Changed April 29, 2011 11:01AM UTC by Richard Worth comment:7

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

Changed April 29, 2011 11:03AM UTC by Richard Worth 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 rdworth comment:9

milestone: 1.91.8.13