この日記はMozillaのプロダクトへの貢献者としての私の成果を中心に、気になったバグやWeb界隈の話題について書いていますが、 断り書きがある場合を除き、いかなる団体のオフィシャルな見解ではありません。あくまでも個人的なものです。 Mozilla Foundation、Mozilla Corporation、及び関連企業の公式情報ではないことに注意してください。

現在、XHTML 1.0 (もどき)から、HTML5なコンテンツに修正中です。古い日記は修正が完了していませんので表示が崩れます。 順次、修正していく予定ですのでしばらくお待ちください。

もずはっく日記の検索結果

もずはっく日記からの検索結果

発見した件数: 16件 | 再検索

タイトル 最終更新日
内容(最初の段落のみ)
Bug-org 769190 Should change the acceptable value of the argument of getModifierState() 2012年07月11日
先日、Firefox 15で KeyboardEvent.getModifierState() と、 MouseEvent.getModifierState() を実装しましたが、そのパラメータのモディファイアキーの名前が、最新のDOM Level 3 Eventsのドラフトで変更されてしまいました。このバグは、それにあわせて修正しようというものです。 (続く……)
Bug-org 757049 GTK immodule receives invalid cursor position when the surrounding text contains any non-BMP Unicode character 2012年06月08日
Linux版のFirefoxが、 retreave-surrounding と、 delete-surrounding をハンドリングする際にnon-BMP文字を、UTF-16のまま2文字とカウントしているというバグです。 (続く……)
Bug-org 759524 ASSERTION: aKeyEvent.charCode is modified unexpectedly 2012年05月31日
Bug-org 758420の修正 によるregressionです。 (続く……)
Bug-org 758420 Apostrophe followed by a letter creates two apostrophes 2012年05月31日
Bug-org 677252の修正 によるregressionです。 (続く……)
Bug-org 759346 Ctrl+ช (The key is '+/=' key on ANSI keyboard layout) doesn't work as Ctrl++ but work as so on IE 2012年05月31日
Bug-org 630810の修正 によるWindows版のみのregressionです。 (続く……)
Bug-org 447757 Up to half the keyCode assignments in keyup/keydown events are missing or wrong 2012年05月24日
Keycode ReimplemtationのLinux(GTK)版です。 (続く……)
Bug-org 677252 Reimplement keycode computation in cocoa widget 2012年05月24日
Keycode ReimplementationのMac版です。 (続く……)
Bug-org 630810 Should convert from native keycode to DOM keycode for every keys on Windows 2012年05月24日
Keycode ReimplementationのWindows版です。 (続く……)
Bug-org 753256 Cocoa widget shouldn't use GetCurrentKeyModifiers() directly 2012年05月24日
ネイティブイベントをハンドリング中ではない場合に発行するイベントにモディファイアをセットしなくてはいけない場合に、正しくセットできていないというバグです。 (続く……)
Bug-org 749563 Consumed Alt key (i.e., preventDefault() is called) causes to activate menubar 2012年05月11日
Alt キーのイベントが preventDefault() で消費されてしまっていてもメニューバーが表示される、もしくはメニューバーにフォーカスが移動するというバグです。 (続く……)
Bug-org 751929 Crash when Alt+Space (inbound hourly crashes but not inbound nightly same change-set) 2012年05月10日
こちらも、 Bug-org 166240の修正 によるregressionです。 (続く……)
Bug-org 751881 keyCode of keypress event for Tab key and ESC key is broken on Windows 2012年05月10日
Bug-org 166240の修正 時に、Windowsだけネイティブキーイベントの処理部分の修正が一筋縄でいかなかったので、軽くリファクタリングしたのですが、それが仇となって、 Tab キーと、 ESC キーの keypress イベントの keyCode が常にゼロになってしまうというバグが出てしまいました。 (続く……)
Bug-org 166240 Implement D3E KeyboardEvent.location (except JOYSTICK) 2012年05月10日
D3E の KeyboardEvent.location の実装です。ひとまず実装は終わりましたが、いくつか制限があります。 (続く……)
Bug-org 749500 Bug 731878 breaks SDK 10.5 build 2012年05月10日
Bug-org 731878の修正 時にMacOS X 10.6以降で利用可能なAPIを利用したことにより、10.5のSDKでビルドしようとすると失敗するというバグです。既に修正済みです。
Bug-org 630811 Implement DOM3 KeyboardEvent.getModifierState() 2012年04月30日
KeyboardEvent.getModifierState() の実装も完了しました。 MouseEvent とコードを共有しているのでサポート状況はどちらも同じと考えてかまいません。 (続く……)
Bug-org 731878 Implement DOM3 mouse event's buttons and getModifierState() 2012年04月30日
D3Eの MouseEvent.buttons と、 MouseEvent.getModifierState() の実装が終わりました。 (続く……)

発見した件数: 16件 | 再検索