Closed
Bug 263379
Opened 20 years ago
Closed 19 years ago
"Add A Keyword For This Search..." doesn't work with valid sites which have <fieldset> inside <form>
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 283719
People
(Reporter: dave_harper, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20041006 Firefox/0.10.1 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20041006 Firefox/0.10.1 I have tried to add a keyword search to the forums at http://forums.wdwmagic.com/search.php? and http://forum.digitalspy.co.uk/board/search.php? both of which run vBulletin 3 forum software. When I click on "Add A Keyword For This Search..." nothing happens. Reproducible: Always Steps to Reproduce: 1. Goto a vB3 forum that you are registered for (most tend to need registered users to access the search page) 2. Goto Advanced Search 3. Right-Click on Keywords field and try to add Keyword Search Actual Results: Nothing Expected Results: Popped Up the Keyword Search Dialogue Box
| Reporter | ||
Updated•20 years ago
|
Summary: "Add A Keyword For This Search..." doesn't work with VB3 → "Add A Keyword For This Search..." doesn't work with vBulletin3
Comment 1•20 years ago
|
||
Is this the/one of the javascript pop-up bugs
| Reporter | ||
Comment 2•20 years ago
|
||
Not too sure. The JS console comes up with lots of:
Error: obj1_DoFSCommand is not defined
Source File: javascript: function jsScriptObject(obj) { this.wrappedJSObject =
obj; } jsScriptObject.prototype = { evaluate : function(expression) { return new
jsScriptObject(eval(expression)); } }; var plugin = document.embeds['obj1'];
plugin.SetWindow(new jsScriptObject(window),1826563441);
Line: 1
errors.Assignee: vladimir → vladimir+bm
Comment 3•20 years ago
|
||
I got the bug too on another site.. without Javascript. 1. Go to http://www.ckoma.net/ 2. Right click on Artist or Song field 3. Choose "Add a Keyword for this Search". EXPECTED RESULTS Something, probably the add keyword dialog coming up, should happen. ACTUAL RESULTS nothing.. The page is valid xhtml. There is no javascript on the site. I don't see anything that is special.. I use Firefox 1.0, more specific: "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0" Do I miss something?
Comment 4•20 years ago
|
||
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b2) Gecko/20050220 Firefox/1.0+ (In reply to comment #3) > ACTUAL RESULTS > nothing.. I am seeing the same as you on that site. Do you know of a site where is (still) works?
| Reporter | ||
Comment 5•20 years ago
|
||
A test case showing <fieldset> outide <form>.... "Add Keyword..." works.
| Reporter | ||
Comment 6•20 years ago
|
||
Testcase with <fieldset> tags inside <form> tags.... "Add Keyword..." DOES NOT work!
| Reporter | ||
Comment 7•20 years ago
|
||
I've attached two testcases. The sites listed in previous comments all have <fieldset> tags nested inside <form> tags. This seems to stop "Add A Keyword For This Search..." to stop working. From the looks of the w3c document (http://www.w3.org/TR/REC-html40/interact/forms.html#h-17.10) <fieldset> should be inside <form>, so this is a bug with the browser, as the websites are coded correctly (XHTML Strict Valid).
Comment 9•20 years ago
|
||
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b2) Gecko/20050227 Firefox/1.0+ I am certainly seeing what you are. In case it not obvious, note that in the working case, when the <form> is inside the <fieldset>, the <legend> element is not within the <fieldset>, but the <form> (and this does not seem right!).
Comment 10•20 years ago
|
||
I have the same pronlem on this page: http://www.bizoffice.co.nz/search/
| Reporter | ||
Updated•20 years ago
|
Summary: "Add A Keyword For This Search..." doesn't work with vBulletin3 → "Add A Keyword For This Search..." doesn't work with valid sites which have <fieldset> inside <form>
Comment 11•19 years ago
|
||
Other bug has a patch, duping forward. *** This bug has been marked as a duplicate of 283719 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Assignee: vladimir+bm → nobody
Comment 13•18 years ago
|
||
sorry for bugspam, long-overdue mass reassign of ancient QA contact bugs, filter on "beltznerLovesGoats" to get rid of this mass change
QA Contact: mconnor → bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•