Open
Bug 264311
Opened 20 years ago
Updated 2 years ago
back button of wizard should be have more flexible behaviour
Categories
(Core :: XUL, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: surkov, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20040913 Firefox/0.10.1 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20040913 Firefox/0.10.1 I need rewind pages that didn't show directly before current. In another words the possibility to go to an arbitrary page is needed. As posibility to decide this problem is passing an extra argument to the method goTo(). The argument will refer to pageid. Example. When I go to the first page from last page (cycle wizard) then I guess back button should be disabled and shouldn't point to the last page. Reproducible: Always Steps to Reproduce:
Comment 1•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
| Reporter | ||
Comment 2•19 years ago
|
||
still actual for me
Updated•16 years ago
|
Assignee: jag → nobody
I get this same behavior today with onpageadvanced and onpagerewound. When I goto(3) and 3 is the last pageId, if return true to onpageadvanced the wizard finish else it stay in the correct page but not enable back button. The method to get OnFirstPage uses the Stack and when return false the stack are not incremented.
I figured out my problem, the accessMethod was sequential because I don't set next attribute, so setting the next attribute changes the accessMethod to random which is more logical, and instead to goTo I had programmatically change the next step.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•