Ticket #26 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

desktop.ui.panels: _place() does not work correctly on IE

Reported by: psychcf Assigned to: psychcf
Priority: major Milestone: 1.0-alpha1
Component: core Version: trunk
Keywords: Cc:

Description (Last modified by psychcf)

The _place() method always positions the panel as if it were in the RT position when using IE.

Change History

01/30/08 18:49:18 changed by psychcf

  • description changed.

01/30/08 20:04:16 changed by psychcf

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

fixed. Apparently IE hickups when doing something like "thisisastring"[0] (should have a value of "t")

So I just replaced it with .charAt(0).

01/30/08 20:04:58 changed by psychcf

oh yeah, I fixed it in Changeset [1081].