Opened 6 years ago

Closed 5 years ago

#1484524 closed Bugs (fixed)

Attach line not visible in IE due to CSS error

Reported by: joduba Owned by: till
Priority: 5 Milestone: 0.2-alpha
Component: Interface Version: 0.1-rc1
Severity: normal Keywords:
Cc:

Description

We have noticied that in IE the line for attachments is not visible (but you can link on it).

After playing with the CSS, we have noticed that forcing height to 18 will make it work properly, so then we tested with this line..

height: expression(Math.min(18, parseInt(document.documentElement.clientHeight))+'px');

instead of
height: expression(Math.min(18, parseInt(this.clientHeight))+'px');

And now it works

Thanks for your great tool.

Change History (3)

comment:1 Changed 6 years ago by till

Where exactly is this problem?

comment:2 Changed 5 years ago by seansan

  • Milestone set to 0.1.1
  • Owner set to till

Is this (still) an issue?

comment:3 Changed 5 years ago by alec

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

Applied in [800c4807].

Note: See TracTickets for help on using tickets.