tweaking the status index...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-10-31 02:27:49 +03:00
parent 2bbac274c1
commit 48332700da
2 changed files with 3 additions and 3 deletions

View File

@ -136,7 +136,7 @@ var StatusBarActions = actions.Actions({
item.hasClass('global') ? 'global' : undefined) item.hasClass('global') ? 'global' : undefined)
} }
}) })
.click(function(){ .on('click focus', function(){
$(this).selectText() $(this).selectText()
}) })
.blur(function(){ .blur(function(){
@ -197,7 +197,7 @@ var StatusBarActions = actions.Actions({
.on('edit-done', function(_, text){ .on('edit-done', function(_, text){
that.focusRibbon(text == '*' ? that.base : parseInt(text)) that.focusRibbon(text == '*' ? that.base : parseInt(text))
}) })
.click(function(){ .on('click focus', function(){
$(this).selectText() $(this).selectText()
}) })
.blur(function(){ .blur(function(){

View File

@ -1135,7 +1135,7 @@ var WidgetTestActions = actions.Actions({
// XXX multiple containers... // XXX multiple containers...
// XXX shorten the nested class names... // XXX shorten the nested class names...
// XXX revise styles... // XXX revise styles...
showProgress: ['Interface/- Show progress bar...', showProgress: ['- Interface/Show progress bar...',
function(text, value, max, msg){ function(text, value, max, msg){
var viewer = this.ribbons.viewer var viewer = this.ribbons.viewer