Ticket #365 (closed defect: fixed)

Opened 8 years ago

Last modified 8 years ago

Toolbar not expanding in Internet Explorer

Reported by: anonymous Owned by: gogo
Priority: high Milestone:
Component: Xinha Core Version:
Severity: major Keywords:
Cc:

Description

Toolbar icons end up dropping below the toolbar area and into a middle area between the toolbar and the htmlarea body. This only happens in Internet Explorer, not Firefox.

Change History

Changed 8 years ago by anonymous

  • version deleted

Changed 8 years ago by anonymous

Okay, I changed the following height to 100% in htmlarea.css (anything wrong with this? At least my toolbar isn't dangling icons into the text-area!):

.htmlarea .toolbar .toolbarRow {

margin: 0; padding: 0px 2px 0px 2px; font-family: Tahoma,Verdana,sans-serif; font-size: 11px; height: 100% !important; overflow: hidden;

}

Changed 8 years ago by gogo

  • status changed from new to closed
  • resolution set to fixed

I suspect this is fixed now. Reopen if still a problem.

Note: See TracTickets for help on using tickets.