Mootools Testing Plan: Difference between revisions
From Joomla! Documentation
| Line 15: | Line 15: | ||
== Tooltip == | == Tooltip == | ||
Create an element with a class 'hasTip'. Add an attribute title with the tooltip. The tooltip should popup when you mouseover the element. | |||
== Modal == | == Modal == | ||
Revision as of 03:22, 20 November 2010
This page will begin to define test procedures that can be used to ensure that all of the Mootools Behaviours are functioning properly.
Captions
Create an image and insert it in an article. Set the title attribute to your caption. Verify that the caption is inserted below the image.
Form Validation
Browse to a form in the backend and ensure that validation is working correctly.
Switcher
Ensure the switcher works in the Global Configuration and System Information
Combo Box
This is not used in core and should be deprecated.
Tooltip
Create an element with a class 'hasTip'. Add an attribute title with the tooltip. The tooltip should popup when you mouseover the element.