Search Type: Posts; User: iklotzko
Search: Search took 0.02 seconds.
-
15 Mar 2013 12:02 PM
Jump to post Thread: Ext 3.x support for IE 10? by iklotzko
- Replies
- 23
- Views
- 6,287
Gotchya, thanks very much!
-
15 Mar 2013 11:21 AM
Jump to post Thread: Ext 3.x support for IE 10? by iklotzko
- Replies
- 23
- Views
- 6,287
I set my compat to IE9,8,7 in the headers server side,
String userAgent = req.getHeader("user-agent");
//System.out.println("user-agent=" + userAgent);
if (userAgent != null &&... -
14 Mar 2013 12:26 AM
Jump to post Thread: IE performance issue by iklotzko
- Replies
- 6
- Views
- 248
Dawesi,
I've experienced similar issues. And, rather than providing glib statements that suggest we don't care--or it's Microsoft's fault--I now advise my clients to not choose ExtJS. Funny things... -
28 Feb 2013 12:48 PM
- Replies
- 30
- Views
- 5,386
THANK YOU!!!
-
28 Feb 2013 12:04 PM
Jump to post Thread: Windows 7 and IE 10 by iklotzko
- Replies
- 4
- Views
- 635
First of all, who said it was just now that this is realized. I certainly didn't mean to imply this is some type of surprise or shock.
To the question of why I don't fix it. Hmmm... First, I'm not... -
28 Feb 2013 11:36 AM
- Replies
- 30
- Views
- 5,386
It's not rant, or auto rant mode, it's frustration. Nobody is ignoring anything. ExtJS was supposed to support all browsers. The upgrade to 4.x was not supposed to be this complex, and it was...
-
28 Feb 2013 10:28 AM
- Replies
- 30
- Views
- 5,386
This is unacceptable Sencha. You are effectively not supporting IE10 and 3.x.
Just because you say that you support it doesn't make it so.
Just because you say you will support it doesn't make... -
28 Feb 2013 10:22 AM
Jump to post Thread: Windows 7 and IE 10 by iklotzko
- Replies
- 4
- Views
- 635
Okay, so the conversation with customers is as follows,
"Well, the software we're using doesn't support your browser"
"No, we don't know when it will"
"Yeah, we asked them"
"Yes you're... -
27 Feb 2013 8:11 AM
Jump to post Thread: Windows 7 and IE 10 by iklotzko
- Replies
- 4
- Views
- 635
Now that Microsoft is releasing IE 10 for Windows 7, what updates, if any, are going to be made available to ExtJS 3.x to enable it to play nicely with this new browser version.
... -
20 Feb 2013 11:37 AM
Jump to post Thread: Worried by iklotzko
- Replies
- 13
- Views
- 3,580
Testing in multiple browsers is a great thing, thank you. However, approving a release despite the fact that several browsers fail important tests, well let's just say that's a paradigm I'm not sure...
-
20 Feb 2013 10:30 AM
Jump to post Thread: Worried by iklotzko
- Replies
- 13
- Views
- 3,580
I have already advised at least two clients to not adopt ExtJS and will continue to do so because:
- Too large a gap between 3.x and 4.x causing upgrade paths to be unacceptable in terms of effort... -
27 Dec 2010 3:06 PM
Jump to post Thread: Image Crop Utility by iklotzko
- Replies
- 20
- Views
- 10,191
Not sure if this helps anyone, but the solution I use is to modify the style for the offending class (x-resizable-handle), this works like a dream. You want to do it in the afterrender of the image...
-
27 Dec 2010 1:08 PM
Jump to post Thread: Image Crop Utility by iklotzko
- Replies
- 20
- Views
- 10,191
Quixit,
So, for whatever reason it seems that the following style is set with an opacity to 0.
.x-window .x-resizable-handle {
opacity: 0;
}
When I change to the following code, all... -
27 Dec 2010 12:29 PM
Jump to post Thread: Image Crop Utility by iklotzko
- Replies
- 20
- Views
- 10,191
Quixit,
Thanks! I am probably doing something wrong. Here is my example. It looks as though the resizer handles (the blue guys) aren't showing up. Everything else seems to look good. The code is a... -
27 Dec 2010 12:09 PM
Jump to post Thread: Image Crop Utility by iklotzko
- Replies
- 20
- Views
- 10,191
Does this support Ext 3.x ?
-
30 Jun 2010 6:37 AM
- Replies
- 19
- Views
- 3,770
The Load Mask, being set to true on the grid, merely tells the Grid to create a real one when it's rendered and then REASSIGN loadMask from true to the new object.
The problem is that not...
Results 1 to 16 of 16
