Closed
Bug 153629
Opened 23 years ago
Closed 23 years ago
Remember query options contains invalid html
Categories
(Bugzilla :: Query/Bug List, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.16
People
(Reporter: jouni, Assigned: jouni)
References
()
Details
(Keywords: polish, regression)
Attachments
(2 files, 2 obsolete files)
4.96 KB,
patch
|
jouni
:
review+
jouni
:
review+
|
Details | Diff | Splinter Review |
2.96 KB,
patch
|
Details | Diff | Splinter Review |
bbaetz in bug 150776: "We have nested tables, and a <p> arround one of them, and..."
So we do. The radiobutton group with run/remember/load/etc. options really has
some horrible and invalid HTML. I'll take a look at this soon.
Assignee | ||
Updated•23 years ago
|
Severity: normal → minor
Status: NEW → ASSIGNED
Keywords: polish,
regression
Target Milestone: --- → Bugzilla 2.16
Version: unspecified → 2.16
Assignee | ||
Updated•23 years ago
|
Assignee | ||
Comment 1•23 years ago
|
||
Make the html validate and remove the unnecessary table. The html code
structure of this solution is fairly close to the 2.14.2 old query page model,
actually...
Assignee | ||
Comment 2•23 years ago
|
||
Timeless wanted a -uw version of the patch, so here goes. Review the one you
consider more readable, I don't care.
Comment 3•23 years ago
|
||
Comment on attachment 88808 [details] [diff] [review]
v1 in -uw
>+ <input type="radio" name="cmdtype" value="asdefault"> Remember this as my default query
>+ <input type="radio" name="cmdtype" value="asnamed"> Remember this query, and name it:
> <input type="text" name="newqueryname">
> <br> <input type="checkbox" name="tofooter" value="1">
> and put it in my page footer
It wouldn't hurt to wrap these lines, but apart from that, r=kiko.
Attachment #88808 -
Flags: review+
Assignee | ||
Comment 4•23 years ago
|
||
kiko's line length nits fixed.
Attachment #88806 -
Attachment is obsolete: true
Assignee | ||
Comment 6•23 years ago
|
||
Comment on attachment 88813 [details] [diff] [review]
v2: review fixes
Assuming 2xr=kiko per discussion on IRC.
Attachment #88813 -
Flags: review+
Assignee | ||
Comment 7•23 years ago
|
||
Into trunk and branch:
Checking in knob.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/search/knob.html.tmpl,v
<-- knob.html.tmpl
new revision: 1.4; previous revision: 1.3
done
Checking in knob.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/search/knob.html.tmpl,v
<-- knob.html.tmpl
new revision: 1.2.2.2; previous revision: 1.2.2.1
done
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•