DLP UX feedback - busy dialog
Categories
(Firefox :: Data Loss Prevention, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox125 | --- | fixed |
People
(Reporter: gstoll, Assigned: gstoll)
References
(Blocks 1 open bug)
Details
Attachments
(4 files)
- move progress icon next to the header
- make Cancel use secondary (gray) button style
- update text
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
The UX suggestion was to move the busy spinner next to the title, and it
turns out there's already a way to set an icon in the CommonDialog, so
use that and remove the special case spinner code.
Assignee | ||
Comment 2•1 year ago
|
||
This changes CommonDialog to allow having a button 1 (which is styled
like Cancel) without a button 0. (which is styled like OK)
Assignee | ||
Comment 3•1 year ago
|
||
Assignee | ||
Comment 4•1 year ago
|
||
Comment 6•1 year ago
|
||
Backed out for causing remote failures in browser_javascriptDialog_alert.js
- Backout link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-FAIL | remote/cdp/test/browser/page/browser_javascriptDialog_alert.js | Test timed out -
TEST-UNEXPECTED-FAIL | remote/shared/listeners/test/browser/browser_PromptListener.js | Test timed out -
And wd: https://treeherder.mozilla.org/logviewer?job_id=447302212&repo=autoland
And Mn: https://treeherder.mozilla.org/logviewer?job_id=447303079&repo=autoland
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 7•1 year ago
|
||
These were caused because various tests were dismissing dialogs by "clicking" Cancel, even if that button was hidden. With my change the button is now disabled so that leads to test timeouts, etc.
I have a fix for the tests that failed - running a try build and I'm going to run the changes by :gijs or someone to make sure we think we're doing the right thing. (definitely not going to land during soft code freeze :-) )
Comment 9•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f36ae2913e8d
https://hg.mozilla.org/mozilla-central/rev/b3673d37b3ac
https://hg.mozilla.org/mozilla-central/rev/10b12ac6e370
Comment 10•1 year ago
|
||
bugherder |
Comment 11•1 year ago
|
||
bugherder |
Description
•