Closed Bug 626256 Opened 14 years ago Closed 10 years ago

Error with form on page http://www.mts.com.ua/ukr/sendsms.php#

Categories

(Web Compatibility :: Site Reports, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: sysadmin.hax, Unassigned)

References

()

Details

(Whiteboard: [country-ua] [js] [sitewait])

User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:2.0b9) Gecko/20100101 Firefox/4.0b9 Build Identifier: Mozilla/5.0 (Windows NT 5.1; rv:2.0b9) Gecko/20100101 Firefox/4.0b9 Number of characters in this form must be 120, but i see 128.When i write my message i can use 120 charectars and its right number.Why i see 128 in description? Reproducible: Always Steps to Reproduce: 1.Start write your message in the field and you'll see that you can use only 120 characters, not 128 2. 3.
Firefox version 4.0 beta 9
I can confirm the problem with Mozilla/5.0 (Windows NT 6.1; rv:2.0b10pre) Gecko/20110116 Firefox/4.0b10pre SeaMonkey/2.1b2pre STR: 1) load the URL 2) click on the button directly under the big flash area 3) enter text in the SMS textarea and it stops with 8 remaining chars and you can't enter them. This works with FF3.6.13, IE8 and Opera10.63 I will try to find a regression range
Status: UNCONFIRMED → NEW
Ever confirmed: true
Product: Firefox → Core
QA Contact: general → general
Version: unspecified → Trunk
I don't know if this is right but the script give me this result: Last good nightly: 2010-01-18 First bad nightly: 2010-01-19 Pushlog: http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=1aa561085c 31&tochange=e6fa7005b86a
I bet that this is from bug 535043 but the question is if this is a bug in the page or in Gecko.
Component: General → DOM: Core & HTML
QA Contact: general → general
<textarea name="message" id="message" style="width:205px; height:95px;" onKeyPress="checkSymbol(event)" onKeyUp="checkSymbol(event)" onPaste="checkStr()" onClick="checkStr()" maxlength="120"></textarea> says the site's source. And the page is broken in Safari and Chrome in the same way, of course, since those support maxlength on textarea. So unless the spec is going to change here, this needs to be fixed on the site's end.
Blocks: 535043
thanks
there is no bug in firefox 3.6.13, its right.
Firefox 3.6.13 didn't supported the maxlength tag for textfields. The page limits the textfield at 120 chars as you can easy see in the html source from that page that Boris posted in comment #5 (thanks Boris !). This will be broken in all future browsers.
Aleksandr, could you contact the site? They probably just need to remove the "maxlength" attribute Boris pointed out.
Assignee: nobody → other
Component: DOM: Core & HTML → Other
Product: Core → Tech Evangelism
QA Contact: general → other
Version: Trunk → unspecified
Assignee: other → ukrainian
Component: Other → Ukrainian
QA Contact: other → ukrainian
Sent them a request through web-form.
This is still an issue.
Assignee: ukrainian → nobody
Component: Ukrainian → Desktop
Whiteboard: [country-ua] [js] [sitewait]
The site has changed. <textarea aria-describedby="sms_message-error" aria-invalid="false" aria-required="true" rows="4" required="required" class="form-control input-lg" id="sms_message" data-rule-maxlengthsms="38" style="resize:none;" name="MessageForm[message]"></textarea> with a maximum size of 38 chars, which it does.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
Product: Tech Evangelism → Web Compatibility
You need to log in before you can comment on or make changes to this bug.