This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 1845 - Input address for uri in results page is small (25 characters)
Summary: Input address for uri in results page is small (25 characters)
Status: RESOLVED FIXED
Alias: None
Product: Validator
Classification: Unclassified
Component: Templates (show other bugs)
Version: 0.7.0
Hardware: PC Windows XP
: P3 normal
Target Milestone: ---
Assignee: Olivier Thereaux
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-12 16:52 UTC by Gérard Talbot
Modified: 2005-08-13 22:17 UTC (History)
0 users

See Also:


Attachments

Description Gérard Talbot 2005-08-12 16:52:09 UTC
The <input id="uri" name="uri"> for the results page has no specified size. In
Mozilla Seamonkey 1.0a rv: 1.8b4, I get to see the first 25 characters of the
uri (it defaults to 28 characters with MSIE 6) and since most webpages starts
with "http://www.", then I get to see only the first 14 characters of what could
distinguish a webpage from another. Most of the time, I can not see the filename
of the webpage, not even the first characters. It's ridiculously annoying if I
have submitted a few webpages for validation. I have to click in the input, drag
to the right to read the webpage's filename.

Consider now the submitting page. The <input id="uri" name="uri" size="50"> is
specified to 50 characters.

I can upload 2 screen shots if needed.

Actual results: <td colspan="2"><input id="uri" name="uri" value="[uri]"
type="text"></td> at line 70

Expected results: <td colspan="2"><input id="uri" name="uri" value="[uri]"
type="text" size="50"></td>  at line 70

I chose Templates as component and lowered Priority to P3. Please correct or
adjust as you wish.
Comment 1 Olivier Thereaux 2005-08-13 11:00:46 UTC
fixed in CVS, will be released with bugfix 0.7.1 soon. 
thanks!
Comment 2 Gérard Talbot 2005-08-13 22:17:06 UTC
Wonderful! Marvelous! I like it when bugs are fixed as fast as this one :) Cheers :)