Custom Query (18300 matches)
Results (160 - 162 of 18300)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#163 | fixed | Underlying listboxes are rendered on top of dialog widget | ||
Description |
If the underlying page has listboxes, they are rendered _above_ a dialog and dialog's background. These listboxes are fully functional and can be manipulated by user. I suspect that <iframe> would help but I didn't try it yet. |
|||
#164 | wontfix | www.dojotoolkit.com should be redirected to dojotoolkit.org | ||
Description |
Currently, http://www.dojotoolkit.com takes you to a directory index (showing index2.html and cgi-bin/) For consistency, perhaps dojotoolkit.com should be a redirect to dojotoolkit.org, instead of an alias. (At least until Dojo Foundation has its own pages at dojotoolkit.com.) |
|||
#165 | fixed | Dialog widget places form dialog outside visibale area in konqueror | ||
Description |
The Dialog widget places the dialog in the middle of document instead of middle of visible area in konqueror. It also turns the background completly black, but I guess thats because Konqi doesnt support opacity yet.. Anyways If you change line 120 of Dialog.js in rev 1834 from
to
then it places in middle of visible area in konqi to. I have only tried this change in Konqueror 3.4.3 and FF 1.0.7 / Fredrik J |