Ticket #5225 (closed Bug: fixed)
Peekaboo bug on p tag
| Reported by: | pmentzer | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | 2.1.3 |
| Component: | Templates/CSS | Keywords: | |
| Cc: |
Description
Limi says the following needs to be added to IEFixes.css:
- html p {
position: relative;
}
This is a regression since we removed the height: 0.1% from this element to make left-alignment of Kupu work. By setting the position, we should trigger Layout mode again. It's not the Holly Hack, its the Limi Hack⢠;)
Change History
Note: See
TracTickets for help on using
tickets.

(In [9075]) Fixed CSS regression: the p tag would sometimes be a victim of the peekaboo bug after we removed it to work better with Kupu; put it back in with a position: relative hack instead. This should work better. This closes #5225.