Open
Bug 1378364
Opened 8 years ago
Updated 2 years ago
Tooltip is not displayed when searching for elements inside a popup
Categories
(Firefox :: Settings UI, defect, P5)
Tracking
()
NEW
Firefox 56
Tracking | Status | |
---|---|---|
firefox54 | --- | unaffected |
firefox55 | --- | unaffected |
firefox56 | --- | affected |
firefox112 | --- | affected |
firefox113 | --- | affected |
People
(Reporter: hyacoub, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [photon-preference])
Attachments
(2 files, 1 obsolete file)
[Affected versions]:
Nightly 56.0a1
[Affected platforms]:
Platforms: Windows 10 x 64, Ubuntu 16.04 and Mac OS X 10.12
[Steps to reproduce]:
1. Launch firefox, Go to "about:preferences" and search "corbel".
2. Click on "Advanced" button.
[Expected result]:
Tooltip should be displayed when searching for elements inside a popup.
[Actual result]:
Tooltip is not displayed when searching for elements inside a popup.
Reporter | ||
Comment 1•8 years ago
|
||
Sorry I uploaded the wrong screenshot above.
This is the correct one.
Reporter | ||
Updated•8 years ago
|
Blocks: 1357285
status-firefox54:
--- → unaffected
status-firefox55:
--- → unaffected
status-firefox56:
--- → affected
Whiteboard: [photon-preference]
Updated•8 years ago
|
Whiteboard: [photon-preference] → [photon-preference][triage]
Comment 2•8 years ago
|
||
To fix the issue for current search algorithm, we can add all sub-dialog string properties to "searchkeyword" attribute to make sure tooltip can be displayed correctly.
We can do a scan for all sub-dialogs and add all possible string to "searchkeyword", but it will cause a very long string since our current search algorithm is based on the keyword.
mconley, do you think this solution proposal is okay for you?
Flags: needinfo?(mconley)
Updated•8 years ago
|
Flags: qe-verify+
Priority: -- → P2
QA Contact: hani.yacoub
Whiteboard: [photon-preference][triage] → [photon-preference]
Target Milestone: --- → Firefox 56
Updated•8 years ago
|
Assignee: nobody → rchien
Status: NEW → ASSIGNED
Priority: P2 → P1
Updated•8 years ago
|
Attachment #8883553 -
Attachment is obsolete: true
Comment 4•8 years ago
|
||
I think we should be OK with not fixing this for v1 of search. The fix is simple as you have described, but these strings will be very long (all font names appended for example).
Flags: needinfo?(jaws)
Comment 5•8 years ago
|
||
Thanks for your feedback Jared!
In order to get double confirmation, I'd like to make sure we agree that the issue will be P3 or a post 57 enhancement (out of scope 57) for this edge case.
The search algorithm refactoring would be needed if we would like to avoid adding a bunch of l10n string properties. I'd prefer to come out with a new solution for search algorithm since it would be better for code quality and maintainability if there are someone who want to introduce a new sub-dialog without being aware of "searchkeyword".
Jared/Mike, does it sound reasonable to you?
Flags: needinfo?(jaws)
Updated•8 years ago
|
Assignee: rchien → nobody
Status: ASSIGNED → NEW
Updated•8 years ago
|
Priority: P3 → P5
Updated•2 years ago
|
Severity: normal → S3
Comment 9•2 years ago
|
||
Tooltip is not displayed for "Clear Data..." button from about:preferences Cookies and Site Data section, searching for "Firefox" (see tooltip.png attachment). Tested on Firefox 113.0b8, using macOS 12 and Windows 10.
Updated•2 years ago
|
status-firefox112:
--- → affected
status-firefox113:
--- → affected
You need to log in
before you can comment on or make changes to this bug.
Description
•