mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
tweaking the status index...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
2bbac274c1
commit
48332700da
@ -136,7 +136,7 @@ var StatusBarActions = actions.Actions({
|
||||
item.hasClass('global') ? 'global' : undefined)
|
||||
}
|
||||
})
|
||||
.click(function(){
|
||||
.on('click focus', function(){
|
||||
$(this).selectText()
|
||||
})
|
||||
.blur(function(){
|
||||
@ -197,7 +197,7 @@ var StatusBarActions = actions.Actions({
|
||||
.on('edit-done', function(_, text){
|
||||
that.focusRibbon(text == '*' ? that.base : parseInt(text))
|
||||
})
|
||||
.click(function(){
|
||||
.on('click focus', function(){
|
||||
$(this).selectText()
|
||||
})
|
||||
.blur(function(){
|
||||
|
||||
@ -1135,7 +1135,7 @@ var WidgetTestActions = actions.Actions({
|
||||
// XXX multiple containers...
|
||||
// XXX shorten the nested class names...
|
||||
// XXX revise styles...
|
||||
showProgress: ['Interface/- Show progress bar...',
|
||||
showProgress: ['- Interface/Show progress bar...',
|
||||
function(text, value, max, msg){
|
||||
var viewer = this.ribbons.viewer
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user