Ticket #5225 (closed Bug: fixed)

Opened 6 years ago

Last modified 3 years ago

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

comment:1 Changed 6 years ago by limi

  • Status changed from new to closed
  • Resolution set to fixed

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

comment:2 Changed 6 years ago by hannosch

  • Milestone changed from 2.1.x to 2.1.3

comment:3 Changed 3 years ago by hannosch

  • Component changed from Visual and templates to Templates/CSS
Note: See TracTickets for help on using tickets.