Search Type: Posts; User: meroy
Search: Search took 0.04 seconds.
-
12 Jan 2011 9:15 AM
- Replies
- 1
- Views
- 1,318
Thanks for the report. This has been fixed in SVN (3.3.x branch).
-
11 Jan 2011 11:40 AM
- Replies
- 4
- Views
- 1,097
@yukohn: If you can, please include a test case. We're not able to reproduce this without a test case. Thanks.
-
11 Jan 2011 11:37 AM
- Replies
- 14
- Views
- 2,333
@uptodate: Thanks for the post. That is now fixed in SVN (3.3.x branch).
-
10 Jan 2011 2:31 PM
- Replies
- 1
- Views
- 720
The comma on line 1124 for the multi-line statement from 3.3.1 in ext-all-debug.js is fine.
var paths = path.split(","),
results = []; -
10 Jan 2011 12:19 PM
- Replies
- 3
- Views
- 2,911
This has been added into the Ext 3.3.x branch in SVN.
-
7 Jan 2011 2:04 PM
- Replies
- 6
- Views
- 1,229
This has been added to SVN (3.3.x branch). Michael, thanks for the report. Condor, I don't know how you do it. Thanks, as always for all you're doing.
-
7 Jan 2011 11:25 AM
- Replies
- 2
- Views
- 941
This has been fixed in SVN (3.3.x branch).
-
7 Jan 2011 10:24 AM
- Replies
- 1
- Views
- 614
This has been fixed in SVN (3.3.x branch). Will send email to dev team.
-
7 Jan 2011 9:57 AM
Jump to post Thread: Fixing email validation by meroy
- Replies
- 6
- Views
- 1,565
Will use this. The regular express above will not catch this: hello@japan.j (at least 2 letters are needed)
email =... -
7 Jan 2011 9:21 AM
Jump to post Thread: Fixing email validation by meroy
- Replies
- 6
- Views
- 1,565
This one -- 2nd from last regular expression at http://www.regular-expressions.info/email.html under "The Official Standard: RFC 2822"
... -
7 Jan 2011 8:56 AM
Jump to post Thread: Fixing email validation by meroy
- Replies
- 6
- Views
- 1,565
What are your thoughts on using this? It should work for 99.99% of the time. Taken from http://www.regular-expressions.info/email.html. Added ^, backslashed -, and changed \b to $.
Folks who... -
6 Jan 2011 4:45 PM
- Replies
- 1
- Views
- 1,254
This has been fixed in SVN (3.3.x branch).
-
6 Jan 2011 1:53 PM
Jump to post Thread: Fixing email validation by meroy
- Replies
- 6
- Views
- 1,565
## Hotmail refuses some characters ! # $ % * / ? ^ ` { | } ~
## Stated here: http://en.wikipedia.org/wiki/Email_address
The wiki also states that the IP address is surrounded by square... -
6 Jan 2011 8:13 AM
- Replies
- 9
- Views
- 2,214
The fix above was applied in SVN (3.3.x branch).
-
6 Jan 2011 7:43 AM
- Replies
- 9
- Views
- 2,214
The following is needed to address the form field, actually, when a DOCTYPE is specified for webkit.
.ext-strict .ext-webkit .x-small-editor .x-form-text {
height:14px !important;
} -
5 Jan 2011 9:22 AM
- Replies
- 9
- Views
- 2,214
I downloaded a fresh copy of Ext JS 3.2.1. The 3.2.x branch does not contain the 3 lines mentioned above. I'm not able to reproduce the problem using Chrome 8.0.552.x. The combo box in a toolbar...
-
4 Jan 2011 8:19 PM
- Replies
- 9
- Views
- 2,214
Remove the following 3 lines from resources/css/ext-all.css and refresh your browser. That was the fix applied to the 3.3.x branch.
.ext-webkit .x-small-editor .x-form-field-wrap... -
4 Jan 2011 11:39 AM
- Replies
- 1
- Views
- 1,531
Fixed in SVN (3.3.x branch). Thanks for the report.
-
4 Jan 2011 11:25 AM
- Replies
- 1
- Views
- 976
This has been been applied to SVN (3.3.x branch).
-
4 Jan 2011 11:08 AM
- Replies
- 1
- Views
- 928
Thanks for the report. This has been fixed in SVN (3.3.x branch).
-
4 Jan 2011 10:57 AM
- Replies
- 8
- Views
- 1,390
This has been addressed in SVN (3.3.x branch).
-
4 Jan 2011 10:52 AM
- Replies
- 9
- Views
- 2,214
This has been addressed some time back in SVN (3.3.x branch) revision 7250 for bug #1321 in Trac.
-
4 Jan 2011 10:47 AM
- Replies
- 5
- Views
- 1,555
The fix has been applied to SVN (3.3.x branch). Thanks Condor.
-
30 Dec 2010 10:42 AM
- Replies
- 5
- Views
- 1,555
Doesn't M$ require the backslash here as it's part of the regex string?
Date.formatContainsHourInfo = (function(){
var stripEscapeRe = /(\\.)/g,
hourInfoRe =... -
30 Dec 2010 10:11 AM
- Replies
- 17
- Views
- 3,628
That's not true. Yesterday's commit has the following in the 3.3.x branch revision 7332.
updateRecord : function(record){
record.beginEdit();
var fs = record.fields,
...
Results 1 to 25 of 116
