Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(52)

Issue 11416044: fix event test for firefox 23 (beta) and 24 (aurora) (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 7 months ago by felix8a
Modified:
12 years, 7 months ago
Reviewers:
kpreid2
CC:
google-caja-discuss_googlegroups.com
Base URL:
http://google-caja.googlecode.com/svn/trunk/
Visibility:
Public.

Description

keyboard events are supposed to have an event.key property, which is the new hotness obsoleting event.keyCode. firefox doesn't implement event.key yet, and different versions of firefox fail to implement event.key in different ways. firefox 22 doesn't have an event.key property. firefox 23 and 24 has an event.key property and it seems to be always ''. the '' value is causing a spurious browser test failure. this mutes that failure. this fixes https://code.google.com/p/google-caja/issues/detail?id=1805

Patch Set 1 #

Total comments: 2

Patch Set 2 : fix event test for firefox 23 (beta) and 24 (aurora) #

Patch Set 3 : fix event test for firefox 23 (beta) and 24 (aurora) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -1 line) Patch
M tests/com/google/caja/plugin/es53-test-domado-events-guest.html View 1 2 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 9
felix8a
12 years, 7 months ago (2013-07-17 09:39:50 UTC) #1
kpreid2
https://codereview.appspot.com/11416044/diff/1/tests/com/google/caja/plugin/es53-test-domado-events-guest.html File tests/com/google/caja/plugin/es53-test-domado-events-guest.html (right): https://codereview.appspot.com/11416044/diff/1/tests/com/google/caja/plugin/es53-test-domado-events-guest.html#newcode940 tests/com/google/caja/plugin/es53-test-domado-events-guest.html:940: if (directAccess.feralFeatureTest(event, 'key') && event.key != '') { Use ...
12 years, 7 months ago (2013-07-17 16:44:02 UTC) #2
felix8a
keyboard events are supposed to have an event.key property, which is the new hotness obsoleting ...
12 years, 7 months ago (2013-07-17 16:51:48 UTC) #3
felix8a
https://codereview.appspot.com/11416044/diff/1/tests/com/google/caja/plugin/es53-test-domado-events-guest.html File tests/com/google/caja/plugin/es53-test-domado-events-guest.html (right): https://codereview.appspot.com/11416044/diff/1/tests/com/google/caja/plugin/es53-test-domado-events-guest.html#newcode940 tests/com/google/caja/plugin/es53-test-domado-events-guest.html:940: if (directAccess.feralFeatureTest(event, 'key') && event.key != '') { On ...
12 years, 7 months ago (2013-07-17 16:52:12 UTC) #4
felix8a
On 2013/07/17 16:52:12, felix8a wrote: > https://codereview.appspot.com/11416044/diff/1/tests/com/google/caja/plugin/es53-test-domado-events-guest.html > File tests/com/google/caja/plugin/es53-test-domado-events-guest.html (right): > > https://codereview.appspot.com/11416044/diff/1/tests/com/google/caja/plugin/es53-test-domado-events-guest.html#newcode940 > ...
12 years, 7 months ago (2013-07-17 16:52:39 UTC) #5
felix8a
keyboard events are supposed to have an event.key property, which is the new hotness obsoleting ...
12 years, 7 months ago (2013-07-17 16:55:42 UTC) #6
felix8a
ok, new snapshot ready
12 years, 7 months ago (2013-07-17 16:56:08 UTC) #7
kpreid2
LGTM
12 years, 7 months ago (2013-07-17 16:56:49 UTC) #8
felix8a
12 years, 7 months ago (2013-07-17 16:58:21 UTC) #9
@r5496
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b