https://bugzilla.wikimedia.org/show_bug.cgi?id=41147

--- Comment #5 from Liangent <[email protected]> 2012-10-19 07:09:23 UTC ---
Abstract layers can be done in another way. For example in your case, keypress
is different, so we make our own keypress_ve, and for normal browsers, just use
a wrapper function to map keypress_ve to keypress, but for Firefox, filter
special keys out before mapping.

So now for a new browser, use a simplest wrapper and ask people to press keys
to test it. Once we find its behavior strange, make a special wrapper for that
browser.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to