Opened 14 years ago
Closed 14 years ago
#1436 closed defect (fixed)
explode effect for drop down date picker not working
Reported by: | bill | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Widgets | Version: | 0.2 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
The explode effect for drop down date picker just appears instantly. Probably we didn't specify an explode src?
iIt should look like the explosion in test_Tooltip.html when you mouse over the folder icons.
Attachments (1)
Change History (5)
Changed 14 years ago by
Attachment: | 1436.patch added |
---|
comment:1 Changed 14 years ago by
Cc: | [email protected]… added |
---|
Please verify the attached patch file. There were several issues that equally affected both Time and Date pickers: 1) user styling was not being used on the widgets 2) even if user styling was used, the sizings were incorrect 3) the explode affect always copied the styling from the PopupContainer? which was nothing for DropdownContainers? 4) the use of multiple background images for rounded corners prevents the explode affect from having the same look and feel since it can only use 1 style
comment:2 Changed 14 years ago by
Owner: | changed from Douglas Hays to bill |
---|
in TabContainer?.js, focus is failing:
Error: this.titleNode.focus is not a function
Source File: file:///C:/ajax/bugfixes/src/bootstrap1.js
Line: 513
comment:3 Changed 14 years ago by
Owner: | changed from bill to Douglas Hays |
---|
oops - last comment went to the wrong bug
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [5724]) Fixes #1436: explode effect for drop down date picker not working There were several issues that equally affected both Time and Date
pickers: 1) user styling was not being used on the widgets 2) even if user styling was used, the sizings were incorrect 3) the explode affect always copied the styling from the PopupContainer? which was nothing for DropdownContainers? 4) the use of multiple background images for rounded corners prevents the explode affect from having the same look and feel since it can only use 1 style
Patch from Doug Hays (IBM, CCLA on file)
patch to Time and Date pickers and associated Dropdown widgets