Bugzilla – Attachment 146261 Details for
Bug 92569
HTMLOption Radio buttons are not interactive in .docx file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Source html to create simple test case
htmlForm.html (text/html), 639 bytes, created by
Luke
on 2018-11-02 20:34:56 UTC
(
hide
)
Description:
Source html to create simple test case
Filename:
MIME Type:
Creator:
Luke
Created:
2018-11-02 20:34:56 UTC
Size:
639 bytes
patch
obsolete
><!DOCTYPE html> ><html> ><body> > ><h1>Show checkboxes:</h1> > ><form action="/action_page.php"> > <input type="checkbox" name="vehicle1" value="Bike"> I have a bike<br> > <input type="checkbox" name="vehicle2" value="Car"> I have a car<br> > <input type="checkbox" name="vehicle3" value="Boat" checked> I have a boat<br><br> > <input type="submit" value="Submit"> ></form> > ><h2>Radio Buttons</h2> > ><form> > <input type="radio" name="gender" value="male" checked> Male<br> > <input type="radio" name="gender" value="female"> Female<br> > <input type="radio" name="gender" value="other"> Other ></form> > > ></body> ></html>
<!DOCTYPE html> <html> <body> <h1>Show checkboxes:</h1> <form action="/action_page.php"> <input type="checkbox" name="vehicle1" value="Bike"> I have a bike<br> <input type="checkbox" name="vehicle2" value="Car"> I have a car<br> <input type="checkbox" name="vehicle3" value="Boat" checked> I have a boat<br><br> <input type="submit" value="Submit"> </form> <h2>Radio Buttons</h2> <form> <input type="radio" name="gender" value="male" checked> Male<br> <input type="radio" name="gender" value="female"> Female<br> <input type="radio" name="gender" value="other"> Other </form> </body> </html>
View Attachment As Raw
Actions:
View
Attachments on
bug 92569
:
117075
|
146260
| 146261