Opened 14 years ago
Closed 14 years ago
#3171 closed defect (duplicate)
tooltip popups obscure critical UI choices in InlineEditBox
Reported by: | alex | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | alex | |
Blocked By: | Blocking: |
Description
inline edit box provides a super-poor UI as currently designed, with the tooltip widget obscuring things like the "cancel" button from time to time. Similar problems are in evidence in the AutoComplete? and Select widgets. They also have other serious formatting issues, but I'll file them under separate cover.
Change History (6)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Owner: | changed from bill to owen |
---|
comment:3 Changed 14 years ago by
Summary: | tooltip popups obscure critical UI choices in several widgets → tooltip popups obscure critical UI choices in InlineEditBox |
---|
See
http://dojotoolkit.org/forum/developer-forums/dijit-development/usability-inlineeditbox-text http://dojotoolkit.org/forum/developer-forums/dijit-development/usability-inlineeditbox-dates http://dojotoolkit.org/forum/developer-forums/dijit-development/usability-inlineeditbox-selection
PS: I'm filing a different bug about the tooltip problems w/other widgets, and leave this bug for InlineEditBox?.
comment:4 Changed 14 years ago by
Status: | new → assigned |
---|
comment:5 Changed 14 years ago by
Owner: | changed from owen to bill |
---|---|
Status: | assigned → new |
Bill, I'm punting back to you as I'm not familiar with the tooltip code.
comment:6 Changed 14 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Ah, this is basically a dup of #3267 and other bugs about InlineEditBox? usability.
The "obvious" solution is to put the tooltip above the tag, but that will often obscure the label for the value.
Have to think about what combinations of functionality we really need to support.