Ticket #5857 (closed defect: fixed)

Opened 7 months ago

Last modified 7 months ago

BorderContainer: drop down placement form ComboBox is off (Safari)

Reported by: bill Owned by:
Priority: normal Milestone: 1.1
Component: Dijit Version: 1.0
Severity: normal Keywords:
Cc:

Description

See second test in http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/layout/test_BorderContainer.html on safari. Drop down for Combobox overlaps the combobox itself. Not sure which component this problem is in but marking for Dijit for now.

Strangely, seems unrelated to position of browser window scrollbar or of scrollbar of center pane.

Attachments

overlapping.png (13.9 kB) - added by bill 7 months ago.
screenshot of problem
5857.html (2.3 kB) - added by bill 7 months ago.
simplified testcase. removing border:20px fixes the problem; bug with dojo._abs() and borders?
5857.2.html (1.3 kB) - added by bill 7 months ago.
simplified test case. dojo._abs() problem? only happens when border present

Change History

Changed 7 months ago by bill

screenshot of problem

Changed 7 months ago by bill

simplified testcase. removing border:20px fixes the problem; bug with dojo._abs() and borders?

Changed 7 months ago by bill

simplified test case. dojo._abs() problem? only happens when border present

Changed 7 months ago by bill

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

(In [12454]) Fixes #5857, #5860: dojo.coords() wasn't accounting for borders an ancestor nodes (safari bug only) !strict

Note: See TracTickets for help on using tickets.