i just updated to version 1.1 and tabs don't render properly
propably a css issue?? i dont know

http://localhost/el/town/%CE%B5%CF%81%CE%AD%CF%84%CF%81%CE%B9%CE%B1.html...

i also noticed that the li element is given a class in the form tabs-'filedgroup name' is this correct?

<ul class="tabs clear-block ui-tabs-nav primary">
   <li class="tabs--Η-Διαδρομή last active">
      <a href="#tabs--Η-Διαδρομή">

Comments

jimkont’s picture

nedjo’s picture

The issue is arising I think from named tabs using special characters. I just rolled back the patch that introduced this issue, see http://drupal.org/node/226667#comment-1948362. Please try the development version from CVS or later today when it's available as a download. Please report back if that fixed the issue. Thanks!

nedjo’s picture

Title: tabs don't render properly » Special characters in tab title break tabs
Status: Active » Fixed

This is fixed in the Dev release and will be in the next stable release.

jimkont’s picture

this fixed the previous problem (with special characters) but a new came up as you can see here
http://www.evia-guide.gr/el/town/%CF%87%CE%B1%CE%BB%CE%BA%CE%AF%CE%B4%CE...
there is a problem with the second tab (witch is a text field)
a part of it stays under the tabs, and when i switch tabs some wired things happen

jimkont’s picture

i found the problem. it's a css issue

.ui-tabs-hide {
    /*position: absolute;
    left: -3000px; */
    display:none;
}

if there is a big paragraph the -3000 position is not enough to hide it
so i used display:none instead, this solved the problem for me
at least in ie8, ff3.5 and chrome

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.