Changes between Version 20 and Version 21 of BROWSER_CONTENT_BASIC_R3


Ignore:
Timestamp:
09/09/09 15:21:25 (16 years ago)
Author:
milen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BROWSER_CONTENT_BASIC_R3

    v20 v21  
    1212 * The browser content must appear inside the created frame 
    1313    * 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.   
    1617    * resizing the frame should resize all its browser content and take care of the scrollbars. 
    1718    * (optional) occurrence of status and address bar 
     
    2021    * left button should be recognizable and used like in a browser 
    2122    * 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. 
    2224    * (optional) on right click same options as on the system browser must be provided (e.g. refresh, encoding, print, etc.)  
    2325    * (optional) keyboard should be usable like in a browser  
     
    2729 
    2830== 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 confirmation a 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]] 
     31After 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).  
     32The 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. 
     33This is a sample picture of how should browser frame look like after a link is included and the timeout passed: [[BR]] 
    3234[[Image(browser1.jpg)]][[BR]] 
    3335Use Qt implementation of WebKit to create a browser and C++ and Java wrappers for communication.  
     
    3739== How to demo == 
    3840 * Create a browser frame and navigate through it.  
    39  * Check if all the HALOs work properly. 
     41 * Check if all the halos work properly. 
    4042= Design = 
    4143^(Describe your design here.)^