Closed Bug 98585 Opened 23 years ago Closed 23 years ago

unable to launch advanced properties editor while in show all tags for select or input for a form

Categories

(Core :: DOM: Editor, defect)

x86
Windows 95
defect
Not set
minor

Tracking

()

VERIFIED DUPLICATE of bug 100085
mozilla0.9.5

People

(Reporter: TucsonTester2, Assigned: cmanske)

Details

inserted a drop down menu into a page, went to edit the properties while in the
show all tags mode by double click on the tag, nothing happened right clicked on
it and chose properties and it worked fine.
steps to recreat
1 open new composer page2 insert code for drop down 
3 click on show all tags 
4 double click on tag that says select or input 
result 
nothing all it did was hight light the item
expected 
to have the advanced properties window open up

using build 2001090303 win 95 osr2.5 ie 5.5 also recreated on win 98
Is this windows-specific?
Does it matter what type of element you are double-clicking (<P> vs. <IMG> vs. 
...)?

-->cmanske
Assignee: brade → cmanske
Target Milestone: --- → mozilla0.9.5
only those 2 items are effected if you include any other item in the frame you
are still able to edit it by double clicking on the item
example of code used
<form name="gotolocation" method="Post">
  <select name="dropdown" size="1">
  <option value="http://www.aol.com/">AOL Home&lt;./option&gt; </option>
  <option value="http://www.aol.com/netfind/home.html">AOL Netfind&lt;./option&gt;
   </option>
  <option value="http://www.aol.com/mynews/home.adp">AOL My News&lt;./option&gt;
   </option>
  </select>
  <input type="button" onclick="location = document.gotolocation.dropdown.options
   [document.gotolocation.dropdown.selectedIndex].value;" value="GO">
</form>
this also occured on os 9.1 have no way currently to confirm on linux sorry
Target Milestone: mozilla0.9.5 → ---
Target Milestone: --- → mozilla0.9.5
This looks like a general problem with many form elements 

*** This bug has been marked as a duplicate of 100085 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Verified Dup
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.