Closed
Bug 713391
Opened 13 years ago
Closed 13 years ago
There should be a test to make sure Tilt is opened via the access key
Categories
(DevTools :: Inspector, defect)
DevTools
Inspector
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 12
People
(Reporter: vporof, Assigned: vporof)
References
Details
(Whiteboard: [tilt][fixed-in-fx-team])
Attachments
(1 file)
3.26 KB,
patch
|
rcampbell
:
review+
|
Details | Diff | Splinter Review |
There were some talks about this necessity in bug 711966.
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → vporof
Status: NEW → ASSIGNED
Whiteboard: [tilt]
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #584211 -
Flags: review?(rcampbell)
Comment 2•13 years ago
|
||
We do have a dedicated set of mochitests for l10n, which are occasionally run.
Not sure if we're running other UI tests on localized builds even that often. Henrik?
Comment 3•13 years ago
|
||
(In reply to Axel Hecht [:Pike] from comment #2)
> We do have a dedicated set of mochitests for l10n, which are occasionally
> run.
Do we? As far as I know all mochitests exercising the en-US access keys only. Can you point me to those?
> Not sure if we're running other UI tests on localized builds even that
> often. Henrik?
No, we don't do that yet. With Mozmill we have some tests which are using access keys (even the localized ones) but those tests get run only for releases (beta, final). The coverage is also minimal. That means if localizers would like to start testing access keys, I can kindly offer my help to get this type of tests started.
Comment 4•13 years ago
|
||
Yeah, confuzzled, I meant mozmill tests.
Comment 5•13 years ago
|
||
guys, get a room.
Assignee | ||
Comment 6•13 years ago
|
||
So is this something we can land or something we should always stay away from?
Comment 7•13 years ago
|
||
Comment on attachment 584211 [details] [diff] [review]
v1
Review of attachment 584211 [details] [diff] [review]:
-----------------------------------------------------------------
Victor, thanks for your patch!
We do have some tests that use keyboard shortcuts to access some of the features/commands of the devtools UI. However, having a specific test for the accesskey seems a bit "overkill" - there's not much value for a test that checks only this.
Rob, what do you think?
::: browser/devtools/tilt/test/browser_tilt_04_initialization-key.js
@@ +25,5 @@
> +
> + id = TiltUtils.getWindowId(gBrowser.selectedBrowser.contentWindow);
> + tiltKey = Tilt.tiltButton.getAttribute("accesskey");
> +
> + if ("nsILocalFileMac" in Ci) {
Services.appinfo.OS == "Darwin"
Updated•13 years ago
|
Attachment #584211 -
Flags: review?(rcampbell) → review+
Updated•13 years ago
|
Whiteboard: [tilt] → [tilt][land-in-fx-team]
Comment 8•13 years ago
|
||
Whiteboard: [tilt][land-in-fx-team] → [tilt][fixed-in-fx-team]
Comment 9•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 12
Comment 10•13 years ago
|
||
Comment on attachment 584211 [details] [diff] [review]
v1
[Approval Request Comment]
Regression caused by (bug #): New feature
User impact if declined: None, but there is developer cost.
Testing completed (on m-c, etc.): mc
Risk to taking this patch (and alternatives if risky): Negative risk. Adds a test.
Attachment #584211 -
Flags: approval-mozilla-aurora?
Updated•13 years ago
|
tracking-firefox11:
--- → ?
Updated•13 years ago
|
tracking-firefox11:
? → ---
Updated•13 years ago
|
Attachment #584211 -
Flags: approval-mozilla-aurora?
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•