Closed Bug 499293 Opened 15 years ago Closed 15 years ago

Recorder uses ctrlkey instead of ctrlKey when creating the Mozmill test

Categories

(Testing Graveyard :: Mozmill, defect, P2)

defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: whimboo, Unassigned)

Details

(Whiteboard: [verified-mozmill-1.2])

Since we updated the keypress call to the EventUtils API the recorder also has been updated but inserts the wrong key name into the modifier list:

Pressing Ctrl+J produces the following line:

controller.keypress(new elementslib.ID(controller.window.document, "main-window"),"j", {ctrlkey:true, altKey:false,shiftKey:false, metaKey:false});

The ctrlkey entry should be ctrlKey.

Adam, can you fix this trivial thing for Mozmill 1.2?
Oh, and we could remove the ctrlKey and metaKey options completely. Both can be replaced by accelKey. That way we don't have to check which OS the test is running on.
Priority: -- → P2
Whiteboard: [mozmill-1.2?]
fixed the typo in Committed revision 508. We are reverting the accelKey stuff so I am going to do all that at once.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
Whiteboard: [mozmill-1.2?] → [verified-mozmill-1.2]
Product: Testing → Testing Graveyard
You need to log in before you can comment on or make changes to this bug.