Merge branch 'master' of github.com:aeosynth/4chan-x
This commit is contained in:
commit
dfa7046c4b
@ -1001,6 +1001,13 @@
|
|||||||
}
|
}
|
||||||
$.bind($('textarea[name=flavors]', dialog), 'change', $.cb.value);
|
$.bind($('textarea[name=flavors]', dialog), 'change', $.cb.value);
|
||||||
$.bind($('input[name=time]', dialog), 'keyup', options.cb.time);
|
$.bind($('input[name=time]', dialog), 'keyup', options.cb.time);
|
||||||
|
/*
|
||||||
|
https://bugzilla.mozilla.org/show_bug.cgi?id=579776
|
||||||
|
position:fixed and position:absolute shouldn't turn display:-moz-box into display:block
|
||||||
|
|
||||||
|
to harmonize, position:fixed and display:-moz-box have to be set on different elements -
|
||||||
|
#overlay and #options, respectively.
|
||||||
|
*/
|
||||||
overlay = $.el('div', {
|
overlay = $.el('div', {
|
||||||
id: 'overlay'
|
id: 'overlay'
|
||||||
});
|
});
|
||||||
|
|||||||
@ -783,6 +783,13 @@ options =
|
|||||||
$.bind $('textarea[name=flavors]', dialog), 'change', $.cb.value
|
$.bind $('textarea[name=flavors]', dialog), 'change', $.cb.value
|
||||||
$.bind $('input[name=time]', dialog), 'keyup', options.cb.time
|
$.bind $('input[name=time]', dialog), 'keyup', options.cb.time
|
||||||
|
|
||||||
|
###
|
||||||
|
https://bugzilla.mozilla.org/show_bug.cgi?id=579776
|
||||||
|
position:fixed and position:absolute shouldn't turn display:-moz-box into display:block
|
||||||
|
|
||||||
|
to harmonize, position:fixed and display:-moz-box have to be set on different elements -
|
||||||
|
#overlay and #options, respectively.
|
||||||
|
###
|
||||||
overlay = $.el 'div', id: 'overlay'
|
overlay = $.el 'div', id: 'overlay'
|
||||||
$.append overlay, dialog
|
$.append overlay, dialog
|
||||||
$.append d.body, overlay
|
$.append d.body, overlay
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user