Search and Top Navigation
#9906 closed bug (worksforme)
Opened March 09, 2014 09:57AM UTC
Closed September 01, 2016 05:55PM UTC
Tooltip: Delegating from document removes text in title element
Reported by: | A_Johansen | Owned by: | A_Johansen |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.tooltip | Version: | 1.10.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Using tooltip widget with document as selector removes text in <title></title> when the tooltip widget is disabled.
Attachments (0)
Change History (8)
Changed March 09, 2014 09:59AM UTC by comment:1
_comment0: | This might not be a bug, but using document as a selector is directly shown in an example in the tooltip widget page, which might lead to this problem. → 1394359223990253 |
---|
Changed March 10, 2014 01:42PM UTC by comment:2
owner: | → A_Johansen |
---|---|
status: | new → pending |
Hi A_Johansen,
Thanks for taking the time to contribute to jQuery UI. I'm not seeing this behavior as it appears the
titleis left in place: http://jsfiddle.net/tj_vantoll/MQV5m/. Can you please alter my test case to show the problem you're experiencing.
Changed March 10, 2014 01:49PM UTC by comment:3
status: | pending → new |
---|
I don't know how to do it in jsfiddle, but it is the <title> THIS TEXT DISAPPEARS </TITLE> in the header that is affected and not the title attribute in a div or so.
Changed March 10, 2014 02:01PM UTC by comment:4
status: | new → pending |
---|
I don't think I understand. If you're talking about the
<title>tag, you can view that in your dev tools of choice on jsFiddle, and it is not altered in my test case. We need to see this problem before we can do anything about it.
Changed March 25, 2014 08:57AM UTC by comment:5
resolution: | → invalid |
---|---|
status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Changed March 25, 2014 07:27PM UTC by comment:6
resolution: | invalid |
---|---|
status: | closed → reopened |
Changed March 25, 2014 07:28PM UTC by comment:7
status: | reopened → open |
---|---|
summary: | Using tooltip widget with document as selector removes text in title tag → Tooltip: Delegating from document removes text in title element |
Changed September 01, 2016 05:55PM UTC by comment:8
resolution: | → worksforme |
---|---|
status: | open → closed |
I can't reproduce this in 1.10.4, 1.11.4, or 1.12.0.
This might not be a bug, but using document as a selector is directly shown in an example in the tooltip widget page, which might lead to this problem for anyone trying to use it.