Download & Extend

Toolbar won't display correct in IE 6 with Pushbutton Theme

Project:Htmlarea
Version:4.6.x-1.x-dev
Component:User interface
Category:bug report
Priority:critical
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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.

AttachmentSize
blank_toolbar.gif3.9 KB

Comments

#1

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.

#2

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...

#3

I forgot to where in the files

#main

sorry

#4

Status:active» fixed

This looks like it is fixed.

#5

Status:fixed» closed (fixed)
nobody click here