Fix for PDT+ bug #27963. r=saari

git-svn-id: svn://10.0.0.236/trunk@61367 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hyatt%netscape.com
2000-02-19 23:49:34 +00:00
parent 5eaa6343ea
commit 05eb9e6287
2 changed files with 5 additions and 3 deletions

View File

@@ -15,11 +15,12 @@
command="cmd_charPrevious"/>
<handler type="keypress" id="key_right" keycode="VK_RIGHT" alt="false" shift="false" control="false"
command="cmd_charNext"/>
<handler type="keypress" id="key_pageup" keycode="VK_PAGE_UP" alt="false" shift="false" control="false"
<!-- <handler type="keypress" id="key_pageup" keycode="VK_PAGE_UP" alt="false" shift="false" control="false"
command="cmd_scrollPageUp"/>
<handler type="keypress" id="key_pagedown" keycode="VK_PAGE_DOWN" alt="false" shift="false" control="false"
command="cmd_scrollPageDown"/>
-->
<handler type="keypress" id="key_homeshift" keycode="VK_HOME" shift="true" alt="false" control="false"
command="cmd_selectBeginLine"/>
<handler type="keypress" id="key_endshift" keycode="VK_END" shift="true" alt="false" control="false"

View File

@@ -150,7 +150,8 @@ popup[menugenerated="true"] {
}
menupopup, popup {
visibility: hidden;
visibility: hidden;
z-index: 2147483647;
}
menupopup[menuactive="true"] {