Closed
Bug 1171229
Opened 10 years ago
Closed 10 years ago
The title bar shows "undefined- DXR Search" for dynamic searching
Categories
(Webtools Graveyard :: DXR, defect)
Webtools Graveyard
DXR
Tracking
(firefox41 affected)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox41 | --- | affected |
People
(Reporter: xidorn, Assigned: new_one)
References
Details
(Whiteboard: es)
In DXR 2.0 (dxr.allizom.org), when inputing to the search box on the top of the page, the title bar doesn't display the keywords correctly. Instead, it shows "undefined- DXR Search".
| Assignee | ||
Comment 1•10 years ago
|
||
Looks like document.title is set from data.query, but that value is undefined. Should be a one line fix; I'll take the bug and put something up.
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → peter.elmers
Comment 2•10 years ago
|
||
Commit pushed to es at https://github.com/mozilla/dxr
https://github.com/mozilla/dxr/commit/3bf7596b9b9aaa031be81c0836b0e6f2ece71f59
Fixes bug 1171229. Correctly update title on dynamic searches.
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 3•10 years ago
|
||
The title bar still shows undefined for me. Has this change landed on dxr.allizom.org? If so, probably I should reopen this bug?
Flags: needinfo?(peter.elmers)
| Assignee | ||
Comment 4•10 years ago
|
||
(In reply to Xidorn Quan [:xidorn] (UTC+12) from comment #3)
> The title bar still shows undefined for me. Has this change landed on
> dxr.allizom.org? If so, probably I should reopen this bug?
The bug should be fixed by the referenced commit, but dxr.allizom.org has not been rebuilt yet.
Flags: needinfo?(peter.elmers)
Comment 5•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/dxr
https://github.com/mozilla/dxr/commit/3bf7596b9b9aaa031be81c0836b0e6f2ece71f59
Fixes bug 1171229. Correctly update title on dynamic searches.
Updated•5 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•