Toolbar won't display correct in IE 6 with Pushbutton Theme
quickcel - September 8, 2005 - 13:59
| Project: | Htmlarea |
| Version: | 4.6.x-1.x-dev |
| Component: | User interface |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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.
| Attachment | Size |
|---|---|
| blank_toolbar.gif | 3.9 KB |

#1
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
#mainsorry
#4
This looks like it is fixed.
#5