Changes between Version 4 and Version 5 of PAGE_ZOOM_R0
- Timestamp:
- 08/20/09 12:42:49 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PAGE_ZOOM_R0
v4 v5 8 8 Expand zoom functionality 9 9 == Task requirements == 10 * Provide typing ability to the zoom dropdown 10 11 * Shrink the grey area (page work area) to 10-20px around page (decide in design section, may be configurable in module configuration) 11 12 * 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. 13 15 * Page width 14 16 * Page 17 When 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. 15 18 * Provide the following shortcuts for zoom in and zoom out 16 19 * Ctrl + "+" - zoom in … … 19 22 * Ctrl + mouse scroll up - zoom in 20 23 * 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. 21 29 == Task result == 22 30 * Source code