mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +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)
|
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(){
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user