#5214 closed enhancement (fixed)
Tooltip/ValidationTextBox error message: allow to specify position
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Many people have requested the ability to be able to control positioning of a tooltip / validation error message.
Think about doing this for 1.1.
Issues include:
- tooltip position should change from left to right depending on BIDI (right in western countries but left with hebrew or arabic scripts)
- tooltip position must change from bottom to top if there isn't enough room on the bottom
- a tooltip on the bottom (the natural position) is good in general but interferes with the drop down from a DateTextBox, FilteringSelect, DropDownButton. In that case would like to put the tooltip above and the drop down below, but that won't work if the control is positioned at the top of the viewport (possibly because the user scrolled the viewport)
- a Tooltip can be attached to multiple nodes, and perhaps you would want each node to have different positioning of the tooltip?
Change History (6)
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 13 years ago by
comment:4 Changed 13 years ago by
comment:5 Changed 13 years ago by
comment:6 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [11817]) User defined tooltip positioning. Still needs more testing but basics are working. Tooltip positioning is specified via dijit.Tooltip.defaultPosition, and can be overrode on a per-tooltip basis by "position" parameter (or "tooltipPosition" on *TextBox? widgets). Fixes #5214.