View
 

Visual Test Page Cleanup

Page history last edited by Scott González 3 weeks, 1 day ago

We need to verify the status of every file in /tests/visual in the master branch.

 

This must be done against a checkout from git in master.

 

The outcome of this should be two lists:

 

Tests that should be converted to unit tests

Anything that's not purely visual or extremely hard to unit test should be moved to a unit test and the visual test page should be removed.

You don't need to write any of these unit tests, we just need a list.

 

Tests that are currently failing

If the test is from a ticket and the ticket is still open, just make sure the ticket mentions that there is a visual test page.

 

All tests

fill this out prior to starting any testing to avoid duplicated efforts

Enter your name in the browser cells and change the color to green when the tests are complete.

 

 

 

Directory IE 6 IE 7 IE 8 IE 9 Firefox 3.6 Firefox latest Safari 4 Safari 5 Chrome Opera 11.5x Opera 11.6x
/visual/addClass
    Ken    Ken      Ken  Ken     
/visual/button
                     
/visual/compound
                     
/visual/dialog   Jason  Jason  Jason  Jason  Jason    Jason  Jason     
/visual/effects                      
/visual/menu                      
/visual/position                      
/visual/toolip                      

 

 

Tests to convert to unit tests

  • ...

 

Failing tests

  • /visual/dialog/dialog_on_page_with_large_dom.html
    • Chrome, Safari 5: Unable to scroll the viewport down while dialog is open.
      • There is an open bug for this issue (updated mentioning visual test page), as well as an unconfirmed bug for WebKit with no traction.
      • A really brutal workaround I've found is to add an open event handler to the dialog:
        open: function (event, ui) { window.setTimeout(function () { 
              jQuery(document).unbind('mousedown.dialog-overlay').unbind('mouseup.dialog-overlay'); }, 100); 
        }
  • /visual/dialog/dialog_ticket_4350.html
    • IE 7IE 8IE 9: The specific problem in the ticket of the scrollbar not appearing in IE for Quirks mode is resolved, however, the scrollbar is about 50 pixels left from the right border of the dialog, increasing on resize. This happens in IE 9, IE 8 and IE 7 in Quirks mode. (Example)  
    • IE 8: An additional problem only affecting IE 8 in "IE 8 Standards mode" is a 'phantom' scroll track remaining until the dialog continues to resize its height for about another additional 10-15 pixels. This is not the reported issue in the ticket, so I can open an additional ticket if needed. (Example

 

Testers

Fill in as much or as little info as you want. We really just need to reduce the size of what we're using as handles to mark who owns which tests and a way to get in contact with you in case there are any questions.

Handle

for table above

keep this short 

Actual Name
Email
Jabber
Twitter
Ken Ken Penn
ken.penn.fx@gmail.com
  @ken_penn 
Jason  Jason Prell  jason.prell@live.com  jason.prell@gmail.com  @misosorry 
         
         
         
         

 

 

Questions? Ping Scott on jabber: scott.gonzalez@gmail.com

Comments (0)

You don't have permission to comment on this page.