Calendar no longer shows up behind elements with z-index lower than 100
This commit is contained in:
parent
51271ca8d6
commit
2ffca000de
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ YAHOO.WebGUI.Form.DatePicker = {
|
|||
handleShow: function(e) {
|
||||
var pos = YAHOO.util.Dom.getRegion(this.inputBox);
|
||||
YAHOO.util.Dom.setXY(this.calendar.oDomContainer, [pos.left, pos.bottom]);
|
||||
YAHOO.util.Dom.setStyle(this.calendar.oDomContainer,'z-index',100);
|
||||
YAHOO.util.Dom.setStyle(this.timediv, 'display', ( this.useTime ? 'block' : 'none'));
|
||||
},
|
||||
handleHide: function(e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue