Changes between Version 4 and Version 5 of PAGE_ZOOM_R0


Ignore:
Timestamp:
08/20/09 12:42:49 (16 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PAGE_ZOOM_R0

    v4 v5  
    88Expand zoom functionality 
    99== Task requirements == 
     10 * Provide typing ability to the zoom dropdown 
    1011 * Shrink the grey area (page work area) to 10-20px around page (decide in design section, may be configurable in module configuration) 
    1112  * Optional - make this configurable in module configuration 
    12  * Add 3 dropdown items in the bottom panel zoom dropdown 
     13 * Add 2 dropdown items in the bottom panel zoom dropdown 
     14  * Separator between percent menu items and text menu items. 
    1315  * Page width 
    1416  * Page 
     17When some of these is selected. it should be kept, but actual percentage should be displayed instead. For example - you select "Page", the whole page is present, there is a visual marker that "Page" is selected, but the zoom panel shows actual zoom level in percents. 
    1518 * Provide the following shortcuts for zoom in and zoom out 
    1619  * Ctrl + "+" - zoom in 
     
    1922  * Ctrl + mouse scroll up - zoom in 
    2023  * Ctrl + mouse scroll down - zoom out 
     24 * Assertions 
     25  * When going to full screen, zoom level should be kept. 
     26  * When going to preview mode, zoom level should not be kept. Instead,  
     27   * If page is larger than screen size, page fit should be selected. 
     28   * If page is not larger than the window area, 100% should be selected. 
    2129== Task result == 
    2230 * Source code