|
|
Line 74: |
Line 74: |
| * a slider widget. i've seen that neil deakin made a nice one | | * a slider widget. i've seen that neil deakin made a nice one |
| * maybe a datepicker would also be a nice addition | | * maybe a datepicker would also be a nice addition |
|
| |
| === Suggestion Christophe Dehlinger ===
| |
|
| |
| * add a property similar to svg's pointer-events in order to have some widgets be ignored while finding out the target of a mouse event. Rationale is [http://tinyurl.com/d9nrr here]. I tried but couldn't find any workaround. Besides, it doesn't feel like it would take much work, would it ?
| |
|
| |
| === Suggestion from AndrewDouglas ===
| |
|
| |
| svg widgetry extending the xul base components I think is the better long term solution to competing against XAML than strictly using canvas. A write up I did a little while ago [http://wiki.mozilla.org/User_talk:Addouglas here]. Hope this helps.
| |
|
| |
| === Suggestions from DarrenBall ===
| |
|
| |
| * Listbox functionality changes:
| |
| ** The ability to sort columns (via header interaction)
| |
| ** The ability to hide columns (similar to tree widgets)
| |
|
| |
| === Suggestions from Renedx ===
| |
|
| |
| * Thread Manager DOM safe
| |
| * Better documentation about the Thread Manager
| |
| * Security reason why the Thread Manager can't (NOT_SAFE) access the DOM or either create the thread manager from the JS object (that is on default DOM)
| |