Skip to main content

Search and Top Navigation

#8916 closed bug (notabug)

Opened December 17, 2012 01:22PM UTC

Closed December 17, 2012 02:30PM UTC

Display property on not initially shown tabs is can not be set by css

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

All tabs that are hidden from the start initially gets "display: none" set to the element.

In firefox 15.0 this results in problem when showing the tab. When pressing the tab firefox changes the display property of the panel to "-moz-box" instead of the value given in the css file. This may result in undesired layout problems

Attachments (0)
Change History (5)

Changed December 17, 2012 01:55PM UTC by scottgonzalez comment:1

owner: → randis83
status: newpending

Hi randis83. Thanks for taking the time to contribute to the jQuery UI project. In order to assess this ticket we're going to need a minimal test case showing the issue.

You can use this jsFiddle as a starting point - http://jsfiddle.net/tj_vantoll/ZjgbK/.

Thanks!

Changed December 17, 2012 02:11PM UTC by randis83 comment:2

status: pendingnew

Replying to [comment:1 scott.gonzalez]:

Hi randis83. Thanks for taking the time to contribute to the jQuery UI project. In order to assess this ticket we're going to need a minimal test case showing the issue. You can use this jsFiddle as a starting point - http://jsfiddle.net/tj_vantoll/ZjgbK/. Thanks!

The problem does not present itself when I checked in jsFiddle. How do I know which version of jQuery and jQuery UI it uses?

Changed December 17, 2012 02:17PM UTC by scottgonzalez comment:3

status: newpending

It's using the current code from master. You can see the files linked in the Add Resources panel on the left. I've updated the fiddle to just load them in the HTML panel so that you can easily change it: http://jsfiddle.net/ZjgbK/5/

Do you see the bug when using 1.9.2? If not, there's nothing for us to do.

Changed December 17, 2012 02:29PM UTC by randis83 comment:4

status: pendingnew

I found the problem in the ui css file. It had been changed which in the end effected the display property. A few hours of error tracking has come to an end, and this ticket could be closed. Nothing points to a problem within jQuery or jQuery UI

I'm sorry for the trouble I've caused

Changed December 17, 2012 02:30PM UTC by mikesherov comment:5

resolution: → notabug
status: newclosed