#949 closed defect (invalid)
Show: automatic advance broken?
Reported by: | bill | Owned by: | Neil Roberts |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The third page of the test_Show.html test is labeled "Automatic Advance" but yet you have to click the mouse to make it advance; I assume that's a bug.
Note: See
TracTickets for help on using
tickets.
The automatically advance is this:
<.. on="1" action="remove" ..> <.. on="2" action="show" auto="true" ..>
This means that the second showaction task takes place immediately after the first. So the removal of element 1 and the display of element 2 happen on the same click.