287
edits
No edit summary |
|||
| Line 90: | Line 90: | ||
#could use an improved colorpicker too. Nvu has a better one. (NeilRashbrook) http://nrr.dnsalias.net/colours.xul is something I started work on... | #could use an improved colorpicker too. Nvu has a better one. (NeilRashbrook) http://nrr.dnsalias.net/colours.xul is something I started work on... | ||
#baseline alignment doesn't seem to work right in XUL. | #baseline alignment doesn't seem to work right in XUL. | ||
#need to make the popup API a little more logical. Currently showPopup is strange and doesn't match any specs that were created. (Bug 279703) | #need to make the [[XUL:Popups|popup]] API a little more logical. Currently showPopup is strange and doesn't match any specs that were created. (Bug 279703) | ||
#sometimes there's a need to get the current mouse position without the need to have listeners. This would also be useful when the mouse isn't in a window. Similarly for finding the keyboard state of keys like shift, control, etc. | #sometimes there's a need to get the current mouse position without the need to have listeners. This would also be useful when the mouse isn't in a window. Similarly for finding the keyboard state of keys like shift, control, etc. | ||
#allow toolbars that can be placed on the side or in a single row. Might not be as necessary with good toolbar customization capability. | #allow toolbars that can be placed on the side or in a single row. Might not be as necessary with good toolbar customization capability. | ||
edits