Opened 10 years ago

Closed 10 years ago

#8916 closed bug (notabug)

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

Change History (5)

comment:1 Changed 10 years ago by Scott González

Owner: set to 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!

comment:2 in reply to:  1 Changed 10 years ago by randis83

Status: pendingnew

Replying to 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?

comment:3 Changed 10 years ago by Scott González

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.

comment:4 Changed 10 years ago by randis83

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

comment:5 Changed 10 years ago by mikesherov

Resolution: notabug
Status: newclosed
Note: See TracTickets for help on using tickets.