The file Path is missing from modals on local files
Categories
(Toolkit Graveyard :: Notifications and Alerts, defect, P2)
Tracking
(firefox87 disabled, firefox88 disabled, firefox89 verified, firefox90 verified)
People
(Reporter: rdoghi, Assigned: enndeakin)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [proton-modals] [priority:2a] [proton-uplift])
Attachments
(3 files)
(deleted),
video/mp4
|
Details | |
(deleted),
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta+
|
Details |
(deleted),
image/png
|
Details |
[Affected platforms]:
Platforms: Windows, Ubuntu, Mac OSX
[Steps to reproduce]
- Launch the Firefox browser.
- Add a local file where you can trigger a Javascript Modal.
- Trigger the Modal.
[Expected result]
The Path for the file should be displayed in the title as well as in the modals content.
[Actual result]
The file Path is missing from the modals on local files
Reporter | ||
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Comment 3•4 years ago
|
||
bugherder |
Reporter | ||
Comment 4•4 years ago
|
||
Hi Gijs can you please take a look at this issue ? The File Path only shows the "file://" not the entire path, is this ok ? also the body text from the modal still has the text: "Allow notifications like this from to take you to their tab" and I think the "Allow notifications like this from file:// to take you to their tab" is the correct one ? shouldnt the file:// text be added to that checkbox label ? Ill attach a screenshot.
Reporter | ||
Comment 5•4 years ago
|
||
Updated•4 years ago
|
Comment 6•4 years ago
|
||
(In reply to Rares Doghi from comment #4)
Hi Gijs can you please take a look at this issue ? The File Path only shows the "file://" not the entire path, is this ok ?
Yeah, I can live with this. It might be nice to show a local file path in the platform-appropriate way (backslashes on Windows!) but I really don't think optimizing file://
pages should be super high on the agenda. Maybe file an enhancement request for this.
(Really, we need a single utility to transform a principal or URI into a reasonable user-facing string rather than having to keep re-inventing this wheel, but that's another topic...)
also the body text from the modal still has the text: "Allow notifications like this from to take you to their tab" and I think the "Allow notifications like this from file:// to take you to their tab" is the correct one ? shouldnt the file:// text be added to that checkbox label ? Ill attach a screenshot.
Ugh. Yeah, that should be a separate bug (ie second follow-up, not the same as the previous point) that we should probably prioritize slightly more highly given that the current state is actually not useful.
Thanks for checking this so quickly.
Reporter | ||
Comment 7•4 years ago
|
||
Added Bug 1707208 and the enhancement Bug 1707212 as separate issues.
This issue is verified as fixed in our latest Nightly build. Will this be uplifted to beta ?
Comment 8•4 years ago
|
||
The patch landed in nightly and beta is affected.
:enndeakin, is this bug important enough to require an uplift?
If not please set status_beta
to wontfix
.
For more information, please visit auto_nag documentation.
Assignee | ||
Comment 9•4 years ago
|
||
Comment on attachment 9217280 [details]
Bug 1704777, fix typo in prepath so that file uris appear in modal prompt titles, r=gijs
Beta/Release Uplift Approval Request
- User impact if declined: It isn't too important, but just fixes a typo, so has no real risk. The impact is that users opening a local file that opens a dialog box won't see a title.
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): no risk
- String changes made/needed: none
Updated•4 years ago
|
Comment 10•4 years ago
|
||
Comment on attachment 9217280 [details]
Bug 1704777, fix typo in prepath so that file uris appear in modal prompt titles, r=gijs
Approved for 89 beta 6, thanks.
Comment 11•4 years ago
|
||
bugherder uplift |
Reporter | ||
Comment 12•4 years ago
|
||
This issue is Verified as fixed in our latest Beta 89.0b6 on Windows, Mac and Ubuntu.
Reporter | ||
Updated•4 years ago
|
Updated•1 year ago
|
Description
•