mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-01 20:25:47 +01:00
- fixed commandline focus/blur behavior
- could be buggy, so please report any bugs - text selection is not possible anymore for :echo'ed things, should come later when holding shift - cleared commandline on scroll events
This commit is contained in:
@@ -97,7 +97,9 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
||||
<textbox class="plain" id="vimperator-commandline-command" flex="1" hidden="false" type="timed" timeout="100"
|
||||
onkeypress="vimperator.commandline.onEvent(event);"
|
||||
oninput="vimperator.commandline.onEvent(event);"
|
||||
onblur="vimperator.commandline.onEvent(event);" style="font-family: monospace"/>
|
||||
onfocus="vimperator.commandline.onEvent(event);"
|
||||
onblur="vimperator.commandline.onEvent(event);"
|
||||
style="font-family: monospace; -moz-user-focus:ignore;"/>
|
||||
</hbox>
|
||||
</vbox>
|
||||
</toolbar>
|
||||
|
||||
Reference in New Issue
Block a user