User:Pavlov/MobileRefactoring: Difference between revisions
Jump to navigation
Jump to search
MarkFinkle (talk | contribs) No edit summary |
MarkFinkle (talk | contribs) No edit summary |
||
| Line 13: | Line 13: | ||
* [P3] need to get rid of the scrollbox for the tabs and make it just use boxes | * [P3] need to get rid of the scrollbox for the tabs and make it just use boxes | ||
* <s>[P2] tab icons aren't the right size</s> | * <s>[P2] tab icons aren't the right size</s> | ||
* [P2] tab icons aren't being updated at the right times | * [P2] tab icons aren't being updated at the right times (mfinkle - WIP) | ||
* <s>[P2] add back tab events [TabOpen, TabSelect, TabClose]</s> | * <s>[P2] add back tab events [TabOpen, TabSelect, TabClose]</s> | ||
* [P1] selecting a tab is broken | * [P1] selecting a tab is broken (mfinkle - WIP) | ||
* [P1] removing a tab is broken | * [P1] removing a tab is broken (mfinkle - WIP) | ||
panels: | panels: | ||
Revision as of 15:53, 16 November 2008
things to do:
likely widgetstack bugs/issues/features needed:
- [P2] sidebars need to pop in or out, but not stay halfway open
- [P3] better resistance on sidebar borders (vlad - WIP)
- [P1] urlbar needs to show up, over content, when a sidebar pans in (vlad - WIP)
resizing issues:
- [P2] borders of resistance need to move based on viewport size (vlad - WIP)
- [P1] hardcoded widths need to go away so we can pan on right sidebar on non-maximized browser
tabs:
- [P3] need to get rid of the scrollbox for the tabs and make it just use boxes
[P2] tab icons aren't the right size- [P2] tab icons aren't being updated at the right times (mfinkle - WIP)
[P2] add back tab events [TabOpen, TabSelect, TabClose]- [P1] selecting a tab is broken (mfinkle - WIP)
- [P1] removing a tab is broken (mfinkle - WIP)
panels:
- [P1] prefs/download manager/addons panels need to work
- [P2] urlbar should be at 0,0 with the viewport below it, so when you pan to 0,0 ("reset the display") the urlbar is visible.
other:
- [P2] should have a reset to default method on BRowser that pans to urlbar.left, urlbar.top (0,-60)
- [Px] address all the XXX comments
[P1] setViewportBounds is often being called with a viewport that is too big (in updateViewportSize())[P1] can't edit urlbar until you load a page- [P2] notificationbar needs to be added back, but only when it can be done without adding a native widget
input handling:
- [P2] clicking on pages often requires 2 clicks
- [P2] kinetic scrolling
- [P2] double click to zoom (stuart - WIP)
painting:
- [P3] use a larger canvas/smart tiling/break up paints
[P1] not sure that blit scrolls are working properly