Ticket #4894 (closed defect: fixed)

Opened 21 months ago

Last modified 19 months ago

Webkit: ComboBox template spills outside itself

Reported by: haysmark Owned by: doughays
Priority: normal Milestone: 1.1
Component: Dijit Version: 0.9
Severity: normal Keywords:
Cc:

Description

Load test_ComboBox in Webkit. There is something wrong with the template that causes the first ComboBox? (with big lettering) to render weird and under the value box.

Change History

Changed 21 months ago by bill

  • priority changed from normal to high

Changed 21 months ago by doughays

Setting the width to Nem is a workaround, but setting to N% seems to make the problem even worse.

Changed 21 months ago by doughays

I was wrong, only 15em worked, the 15em width in dijit.css seems to be messing up something.

Changed 20 months ago by bill

  • milestone changed from 1.0 to 1.1

This works with setting width to "px" or "em", just not "%", so deferring.

Changed 20 months ago by bill

  • priority changed from high to normal

Changed 20 months ago by doughays

Still a problem with as of [11490]. After loading the page, resize the window smaller and the arrow button separates from the input box.

Changed 20 months ago by bill

  • owner set to doughays

Changed 19 months ago by doughays

  • status changed from new to assigned

Changed 19 months ago by doughays

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

(In [11677]) Fixes #4388, #4894, #5148, #5235 in v1.1. Changed the form input widgets from tables to divs to avoid browser incompatibilities with box sizings and nested table issues.

Note: See TracTickets for help on using tickets.