Ticket #5226 (closed Bug: fixed)
Event view problem in IE
| Reported by: | libraM@… | Owned by: | limi |
|---|---|---|---|
| Priority: | major | Milestone: | 2.1.3 |
| Component: | Templates/CSS | Keywords: | ie, disappear |
| Cc: |
Description
In Internet Explorer Event view's heading text (h1) disappears.
Platform: IE6 on Windows XP.
Maybe the same kind of problem as described in Ticket #5017 but applied to Event view. Also related to Fixing invisible or disappearing text and double margins in Internet Explorer.
I fixed this issue by adding
class="visualIEFloatFix"
attribute to
<div metal:fill-slot="main">
element in event_view.pt.
Change History
comment:2 Changed 6 years ago by libraM@…
Same problem with newsitem view in IE.
Platform: Plone 2.1.2, Zope 2.7.8-final, python 2.3.5, win32, Internet Explorer 6.
Described solution fixed the problem.
But editing every view template starts bothering me - is it "the right way"?
(Defect was already discussed in #2846.)
comment:3 Changed 6 years ago by hannosch
- Owner changed from somebody to limi
- Milestone changed from 2.5.x to 2.1.x
Note: See
TracTickets for help on using
tickets.

Solution in Ticket #5225 does not apply to this issue (but is related?).