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
Comment #1
jimkont commentedsorry it is
http://www.evia-guide.gr/el/town/%CE%B5%CF%81%CE%AD%CF%84%CF%81%CE%B9%CE...
Comment #2
nedjoThe 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!
Comment #3
nedjoThis is fixed in the Dev release and will be in the next stable release.
Comment #4
jimkont commentedthis 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
Comment #5
jimkont commentedi found the problem. it's a css issue
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