Welcome, Guest. Please login or register.
Did you miss your activation email?
May 26, 2012, 12:11:00 PM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
155534 Posts in 21712 Topics by 7736 Members
Latest Member: chris85
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: WYSIWYG-TABS Bug  (Read 354 times)
eblo

Offline Offline

Posts: 109


« on: October 12, 2010, 06:15:31 PM »

There is a little bug in the wysiwyg-tabs module. It's not possible to correctly use unordered Lists in the tabs because the output will confuse. I need it because I need the list-style-types of the ul-tags.
However, it is possible to still get it working by deleting the ul-tags. That's not correct html-code and the editor will add these tags always again when you open the editor once again.
Maybe somebody is able to fix this bug?

Cheers,
eblo
Logged
dbs
WebsiteBaker Org e.V.

Offline Offline

Posts: 3719


WWW
« Reply #1 on: October 12, 2010, 09:17:31 PM »

show the confuse output ...

and check the module-css
Code:
.tabs ul li {
height:29px;
list-style-type:none;
}

also check your template css for li and ul

klick
« Last Edit: October 13, 2010, 07:20:21 AM by dbs » Logged

eblo

Offline Offline

Posts: 109


« Reply #2 on: October 25, 2010, 06:41:21 PM »

Argh, this module is driving me crazy  evil

If I set up an unordered list the content of the tab is always moving outside the border of the background. Or vice versy - the background-color is not movin down toether with th content but it stops at the point where the ul begins.
if I kill the ul-tag all is working fine. But everytime when I go back to the editor to e.g. add another li-tag the tab is automatically filling up my content with a lot of p-tags.
If I delete the list-style-type in the frontend.css, the list-style is back but the content/background-problem still remains. So I thing that's not a problem of my stylesheets but there are still  some bugs.

eblo
Logged
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!