Skip to main content

Search and Top Navigation

#8806 closed bug (wontfix)

Opened November 10, 2012 03:37PM UTC

Closed November 11, 2012 05:17AM UTC

Flash Content in ui.panel is reloaded in Google Chrome! The old bug is back!

Reported by: varex Owned by: varex
Priority: minor Milestone: 1.10.0
Component: ui.tabs Version: 1.9.1
Keywords: Cc:
Blocked by: Blocking:
Description

In previous versions, hide was through css (. Ui-tabs. Ui-tabs-hide). Now seems to be programmatically setting "display: none". Nothing against it, but in google chrome browser in Flash contents are reloaded, breaking an application upload for example. How to avoid this? (using Google translator)

Attachments (0)
Change History (5)

Changed November 10, 2012 08:35PM UTC by tj.vantoll comment:1

owner: → varex
status: newpending

Thanks for taking the time to contribute to the jQuery UI project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket.

Additionally, be sure to test against the git version of both jQuery UI and jQuery to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/ZgAqH/ Open the link and click to "Fork" (in the top menu) to get started.

Changed November 11, 2012 12:59AM UTC by varex comment:2

status: pendingnew

Here the example: http://jsfiddle.net/Uem2D/3/

The swf file will be on a server until you have a solution.

The rest are absolute addresses of site http://jqueryui.com/tabs/

Changed November 11, 2012 02:36AM UTC by tj.vantoll comment:3

_comment0: Interesting. Opera and WebKit based browsers will reload the contents and Firefox and IE will not. I'm not what jQuery UI can do about that though. \ \ You said that the bug wasn't present in earlier versions but I see that same behavior in 1.8.24 - http://jsfiddle.net/tj_vantoll/a9H9s/. What version were you using before?1352603738036708
status: newpending

Interesting. Opera and WebKit based browsers will reload the contents and Firefox and IE will not. I'm not sure what jQuery UI can do about that though.

You said that the bug wasn't present in earlier versions but I see that same behavior in 1.8.24 - http://jsfiddle.net/tj_vantoll/a9H9s/. What version were you using before?

Changed November 11, 2012 03:01AM UTC by varex comment:4

status: pendingnew

to be honest, I changed the css in previous versions:

of

. ui-tabs. ui-tabs-hide {display: none! important;}

for

. ui-tabs. ui-tabs-hide {position: absolute; left:-10000px;} (approximately line 488)

But this is not good when I switch focus text fields using the TAB key, the browser plays focus to other elements off screen

Thank you for your attention

Changed November 11, 2012 05:17AM UTC by mikesherov comment:5

resolution: → wontfix
status: newclosed

Thanks dor contributing, but this is not something that we can fix. In your own CSS, you can use the same styles you were using before with an added important flag if you need this functionality. However, we're not going to change the core functionality to accomodate this especially considering its not a regression.