I am not sure if this is a problem that should be submitted with the pushbutton theme or Htmlarea, but I'll submit it here. When using Htmlarea with the pushbutton theme and IE 6 the toolbar doesn't display correctly. All the buttons disappear (attached is a screenshot), but you can still type text. It DOES display correctly when viewed in Firefox with Pushbutton.

I tried getting the current version of xinha-nightly, but that didn't solve anything.

CommentFileSizeAuthor
blank_toolbar.gif3.9 KBquickcel

Comments

jmarki’s picture

Priority: Normal » Critical

I am experiencing the same issue here. You can see a screenshot here (http://linuxnus.org/forum/webdev_project/linuxnus_org/msie_prob#comment-11). As IE is still used by a huge majority of internet users (however much we hate that), it is rather important to fix this bug.

FranckL’s picture

I found that the problem appears with some theme.

I don't know why but if you replace in the css, style.css of the theme

/* fix background overlapping text in IE (aka Peekaboo Bug) */
  position: relative;

with something else like

 /* fix background overlapping text in IE (aka Peekaboo Bug) */
  position: inherit;

the toolbar will work.

If someone can explain...

FranckL’s picture

I forgot to where in the files

#main

sorry

gordon’s picture

Status: Active » Fixed

This looks like it is fixed.

Anonymous’s picture

Status: Fixed » Closed (fixed)