Bug 12588 - REGRESSION: Unable to send text message from Verizon text message website: vtext.com
Summary: REGRESSION: Unable to send text message from Verizon text message website: vt...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2007-02-04 11:00 PST by Maciej Stachowiak
Modified: 2007-03-08 18:59 PST (History)
3 users (show)

See Also:


Attachments
simplified test case (288 bytes, text/html)
2007-02-15 13:23 PST, zalan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Stachowiak 2007-02-04 11:00:50 PST
2006-07-22 20:20:45 Gene Tyacke:
* SUMMARY
With latest Leopards, I'm unable to send a text message because the From, Reply To, and Callback Number text fields don't allow proper input.  When I try to send the message, I get an error message on the website..

This happens on 9A230 (but same problem occurs on 9A210)
Firefox works fine.

* STEPS TO REPRODUCE
1. Go to www.vtext.com
2. Try to enter some text in the From: or Reply To Address fields.

* RESULTS
Entered text doesn't display properly.  If you choose to ignore this and send the message, you'll get an error displayed on the page.

* REGRESSION
Provide information on steps taken to isolate the problem. Describe circumstances where the problem occurs or does not occur, such as software versions and/or hardware configurations.

* NOTES
Document any additional information that might be useful in resolving the problem, such as references to related problems, leads on diagnosis, screen shots, included attachments, and any workarounds.


2006-07-22 20:22:03 Gene Tyacke:
If you need a test account to try to send the message to, my cell is 303-912-9590.

2006-07-23 09:11:19 Darin Adler:
Each time you type a letter, it seems to select it, so then you type another and it types over it. I think that's because it does a blur/focus every time it looks at what you're typing.

2006-07-25 11:39:53 Alice Liu:
Safari BRB Reviewed

2006-12-15 17:37:06 Stephanie Lewis:
Still occurs in Leopard 9A325

2006-12-19 12:52:57 Adele Peterson:
I think the tab-focus behavior will need to be different from the js focus() behavior.  FF selects all text in the text field on tab, and either sets the caret at the end or restores the cached selection on focus().  I don't think we should copy the caret at the end behavior, but we can restore the cached selection on focus().

<rdar://problem/4646563>
Comment 1 zalan 2007-02-15 13:23:52 PST
Created attachment 13189 [details]
simplified test case

it is a focus/blur issue (as Darin pointed out previously)
Comment 2 Sam Weinig 2007-03-08 18:59:58 PST
Fixed in r20072.