Changes between Version 20 and Version 21 of BROWSER_CONTENT_BASIC_R3
- Timestamp:
- 09/09/09 15:21:25 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BROWSER_CONTENT_BASIC_R3
v20 v21 12 12 * The browser content must appear inside the created frame 13 13 * most of the frames are going to be smaller than the browser content, so a scrollbars must appear when this is necessary. 14 * all the common HALOs for frames should be available. 15 * a content HALO for inserting the link should be available too. 14 * all the common halos for frames should be available. 15 * a content halo for inserting the link should be available too. This is a content halo that should open a HUD where the user types in a desired address. 16 * The HUD for writing an address should have a field for writing the address and a bound control activated in 500 miliseconds before applying the changes. 16 17 * resizing the frame should resize all its browser content and take care of the scrollbars. 17 18 * (optional) occurrence of status and address bar … … 20 21 * left button should be recognizable and used like in a browser 21 22 * the scroll of the mouse should be recognizable, and result in navigation through the browser content 23 * all the links in the browser frame should be inactive in edit mode. But they should be active in preview mode and in the reader. 22 24 * (optional) on right click same options as on the system browser must be provided (e.g. refresh, encoding, print, etc.) 23 25 * (optional) keyboard should be usable like in a browser … … 27 29 28 30 == Implementation idea == 29 After inserting a browser frame its content should be blank and after selecting the frame a content Halo for writing the link should appear (the common HALOs for frames should also be available now).30 The content Halo should open a HUD which have a field for writing the link and a button for confirmation("ok"). If the link doesn't exist after pressing the button for confirmationa warning message for unfounded server like in a browser should appear in the browser frame.31 This is a sample picture of how should browser frame look like after a link is included and confirmed: [[BR]]31 After inserting a browser frame its content should be blank and after selecting the frame a content halo for writing a desired address should appear (the common halos for frames should also be available now). 32 The content halo should open a HUD which have a field for writing the address and a bound control for direct manipulation. Bound control should always have ok status like in a real browser. If the link doesn't exist after a warning message for unfounded server like in a browser should appear in the browser frame. 33 This is a sample picture of how should browser frame look like after a link is included and the timeout passed: [[BR]] 32 34 [[Image(browser1.jpg)]][[BR]] 33 35 Use Qt implementation of WebKit to create a browser and C++ and Java wrappers for communication. … … 37 39 == How to demo == 38 40 * Create a browser frame and navigate through it. 39 * Check if all the HALOs work properly.41 * Check if all the halos work properly. 40 42 = Design = 41 43 ^(Describe your design here.)^