#291 closed defect (wontfix)
Simpledropdownbuttons is not rendering correctly when used inside a table cell
Reported by: | Owned by: | bill | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.2 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
Simpledropdownbuttons does not properly expand when
<ul dojoType='simpledropdownbuttons'> ... </ul>
is inside a table cell. I am using Linux, firefox to test it. It seems to work fine with IE.
Change History (3)
comment:1 Changed 16 years ago by
Milestone: | → 0.4 |
---|---|
Owner: | changed from anonymous to bill |
comment:2 Changed 16 years ago by
Cc: | [email protected]… added |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
SimpleDropDownButtons? is no longer supported. DropDownButton? is the new class. Also, I'm not sure why you would use a <ul> to declare the button rather than <button>