Closed
Bug 293719
Opened 20 years ago
Closed 20 years ago
Problem encountered on Mozilla/JDS when testing the SPPM application.
Categories
(Core Graveyard :: View Source, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: henry.ye, Assigned: mrbkap)
References
()
Details
Attachments
(1 file)
|
1.87 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20050328 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20050328 When trying this on the Mozilla (/usr/sfw/bin/mozilla) on JDS3, the spyglass button did not work. The Javascript console gives the message : "Error: invalid quantifier". We used pop-up manager to ensure that this pop-up was allowed. Reproducible: Always Steps to Reproduce: The test url is : http://apactest1.singapore:16888/NASApp/pricebook/Main Please contact **Mike Shaw** if you have access problem to this test website. Select "Pricebook Sections" from the left hand menu (near the top). Choose "JAT Test" from the "Select Required Pricebook" drop down list. It will take a few minutes for the results screen to appear, but when it does the screen will show areas entitled: "Add Section or Parts to Pricebook", and "Pricebook Sections". In "Pricebook Sections" click the radio button adjacent to section "30: ZZZZ". Type %UPGRADE% in the Part field and click the adjacent spyglass button. Actual Results: (Mozilla 1.7) As you'll see, the spyglass button is ineffectual and no pop-up window is displayed. Also if you were to type in a part number in the part field (e.g A22) and click the Add Part button this does not work either. Expected Results: (It works on Mozilla 1.4) A new window should appear listing all the parts in the database containing the string "UPGRADE". When one or more of the parts listed in the pop-up window is selected, these numbers are then returned into the Part field in the original screen.
test case: http://moz.prc/html/test/ViewSection.html
OS: Linux → Solaris
web page error. should not use "+" as a quantifier, use "\\+" instead.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•