Changes between Version 1 and Version 2 of BROWSER_CONTENT_BASIC_R3


Ignore:
Timestamp:
09/07/09 15:43:33 (16 years ago)
Author:
milen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BROWSER_CONTENT_BASIC_R3

    v1 v2  
    77 
    88== Overview == 
    9 ^(Provide a brief overview of the whole task in its first revision. Stick to the current revision of the task, but keep an eye to the whole task progress, and stay alert for possible smells.)^ 
     9The purpose of this task is to give the user possibility to add frames with embedded browser content, that gives the opportunity to embed certain website in frame of the book.  
    1010 
    1111== Task requirements == 
    12 ^(List the necessary requirements that the task must fulfill.)^ 
     12 * Before an inserted browser frame appear a user should be able to insert a link which will be opened in the frame.   
     13 * The browser content must appear inside the created frame 
     14    * most of the frames are going to be smaller than the browser content, so a scrollbars must appear when this is necessary. 
     15    * a status bar for the page must be displayed in the bottom of the frame 
     16    * (optional) a possibility to turn on/off the status bar is a good idea  
     17 *When the browser frame is active it must behave just like a browser 
     18    * left button should be recognizable and used like in a browser 
     19    * the scroll of the mouse should be recognizable, and result in navigation through the browser content 
     20    * (optional) on right click same options as on the system browser must be provided (e.g. refresh, encoding, print, etc.)  
     21    * (optional) keyboard should be usable like in a browser  
    1322 
    1423== Task result == 
    15 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 
     24The result of this task is a source code. 
    1625 
    1726== Implementation idea ==