Feature behaving strangely on Firefox
I've just about finished implementing a couple new features into our default pages so it includes a gallery and the choice of either tabbed or accordion content. Everything is ready to go but I noticed something strange happening with the accordion content of Firefox.
The content jumps behind the previous <div>
on the page and displays there. I'm currently trying to debug it
but I have no clue why it would be doing it in Firefox and no other
browser. I can't tell if it deals with the CSS or the way that it
is implemented into Cascade. Any ideas/advice?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by matthew.wren on 11 Aug, 2014 07:23 PM
No need to look at this. I discovered a solution to the issue. I added
display: -moz-deck;
to the appropriate css class. I'm not sure why Firefox disregardeddisplay:block;
however.2 Posted by Ryan Griffith on 11 Aug, 2014 07:45 PM
Hi Matthew,
I am glad to hear you were able to track down and fix the issue.
Have a great day!
Ryan Griffith closed this discussion on 11 Aug, 2014 07:45 PM.