Closed
Bug 178611
Opened 23 years ago
Closed 22 years ago
When choosing selections on page and press button the ASP page does not show my selection.
Categories
(Core :: DOM: Core & HTML, defect, P3)
Core
DOM: Core & HTML
Tracking
()
VERIFIED
FIXED
Future
People
(Reporter: Pim.Tjeertes, Assigned: alexsavulov)
References
()
Details
(Keywords: qawanted)
User-Agent: Mozilla/5.0 (Windows; U; Win95; en-US; rv:1.2b) Gecko/20021016
Build Identifier: Mozilla/5.0 (Windows; U; Win95; en-US; rv:1.2b) Gecko/2002101612 2002053012
Hello,
I got this problem on a dutch page but the problem is easily reproducable.
Load http://www.bedrijfshockey.nl/
Select option "standen" on the left site of the screen.
Then press button "Standen en Uitslagen"
Now press button "Zoeken op team"
And nothing happens! Whereas when you use MS explorer a pulldown menu is shown.
Can you have a look why Mozilla is not showing the option the pulldown menu?
Kind regards,
Pim Tjeertes
Reproducible: Always
Steps to Reproduce:
1)Load http://www.bedrijfshockey.nl/
2)Select option "standen" on the left site of the screen.
3)Then press button "Standen en Uitslagen"
4)Now press button "Zoeken op team"
And nothing happens!
Whereas when you use MS explorer a pulldown menu is shown.
Actual Results:
And nothing happens!
Expected Results:
Whereas when you use MS explorer a pulldown menu is shown.
I make this problem major. Although I'm not known with technical details such as
correct implementation of ASP and such. It does inhibit the functionality of
this page.
Comment 1•23 years ago
|
||
seeing this on Linux trunk build 2002-11-01-21 as well... this needs to be
investigated....
Comment 2•23 years ago
|
||
Sorry to say it works for me.
Using one hour old CVS based build, WinXP-Sp1.
also seeing this on 2002110508 on Win2k SP3.
The script reads:
<script language="JavaScript"><!--
function ClearPage(){
document.selsoort.submit();
document.clearbottom.submit();
return true;
}
//--></script>
and is called as :
<input type="hidden" name="RegioID" value="1">
<input type="submit" name="teamzoek" onclick="return
ClearPage()" value="Zoeken op team">
I'm not that well-versed in Javascript but if this is an Evangelism bug the
severity should not be MAJOR and priority should be quite low. This is not
exactly a high-traffic site.
Comment 4•23 years ago
|
||
Confirmed on Mac OS 9.1, Build 2002110408
Works With NS4
No Javascript Errors
| Reporter | ||
Comment 5•23 years ago
|
||
Hello,
Although I work in the IT as a developer it's the first time I report a problem
for Mozilla.
As can be seen below the bug has confirmed by several people. Whether or not
this should be major, normal or minor. I don't know. It's true that this is not
a high traffic site. But since it completely blocks functionality of this site
and I must presume that this problem also must occur in other site it seems to
me a normal at the least.
But that's not my main question. The question is now. Am I suppost to wait for
further progress or is there action expected from me.
Kind regards and awaiting input,
pim Tjeertes
Severity: major → normal
> The question is now. Am I suppost to wait for
> further progress or is there action expected from me.
That depends on how fast you want this to progress, the more you can do, the
faster this will probably be fixed. I belive the best thing you could do now, is
to make a reduced testcase: copy the source of the page, then remove as much of
it as you can and still experience the bug, see also
<URL:http://www.mozilla.org/newlayout/bugathon.html#testcase>
| Assignee | ||
Updated•23 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P3
Target Milestone: --- → Future
| Assignee | ||
Comment 7•22 years ago
|
||
works for me now.
probably fixed by one of the checkins for bug 138957 or bug 147878(and the
regression bug 183890)
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•