Search and Top Navigation
#9008 closed bug (notabug)
Opened January 23, 2013 03:54PM UTC
Closed January 23, 2013 04:52PM UTC
Last modified February 08, 2013 05:49PM UTC
Dialog: Titlebar close button shows title attribute "close" on mouse hover
Reported by: | kienz | Owned by: | kienz |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.dialog | Version: | 1.10.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The ui.button element in the titlebar of the ui.dialog shows "close" tooltip on hover over the icon-element.
Attachments (0)
Change History (6)
Changed January 23, 2013 04:09PM UTC by comment:1
owner: | → kienz |
---|---|
status: | new → pending |
Changed January 23, 2013 04:25PM UTC by comment:2
status: | pending → new |
---|
I think usually there are no tooltips on buttons. Or I'm wrong?
For what is this useful? Why you don't use aria-label="close"?
Changed January 23, 2013 04:33PM UTC by comment:3
status: | new → pending |
---|
The button widget applies a title to all buttons that only use an icon. Why is this not useful?
Changed January 23, 2013 04:50PM UTC by comment:4
status: | pending → new |
---|
Ok, i saw that you can set closeText: null. After that the title attribute is null - why is it set by default to "close"?
Changed January 23, 2013 04:52PM UTC by comment:5
resolution: | → notabug |
---|---|
status: | new → closed |
Because that's a sane value that has meaning.
Changed February 08, 2013 05:49PM UTC by comment:6
I also ran into this, it is sane for it to be close if it were to be something but wouldn't you think a user would have to be insane not to know what X does at the top of a dialog?
I'll probably set the closeText to null as suggested but if close is to be the default why wouldn't it be Close with a capital C, just curious.
Thanks,
Drew
Why do you think this is a bug?