Ticket #3267 (closed task: fixed)

Opened 18 months ago

Last modified 18 months ago

make tooltip appear on right

Reported by: bill Owned by: bill
Priority: normal Milestone: 0.9beta
Component: Dijit Version: 0.9
Severity: normal Keywords:
Cc:

Description

Make tooltip appear on right side, rather than underneath, so that tooltips can coexist with "drop down boxes" like from the Select widget or DateTextBox? widget, which appear either above or below the widget.

Change History

Changed 18 months ago by bill

  • status changed from new to assigned

Changed 18 months ago by peller

don't forget to flip this logic for bidi with Widget.isLeftToRight() and flip that logic if false.

Changed 18 months ago by bill

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

(In [9126]) Make tooltip appear on right, or on left for browsers with text-direction set to right-to-left (middle eastern languages).

Add images/CSS rules for all orientations of tooltip.

Mostly working although have to fix handling when tooltip doesn't fit on right.

Fixes #3267, #3236

Changed 18 months ago by bill

(In [9129]) remove unused tooltip file, and fix border color; refs #3267

Changed 18 months ago by bill

(In [9136]) Make popup tooltip appear on left if no space on right. Refs #3267. Major refactor of popup code. Refs #3423.

Note: See TracTickets for help on using tickets.