Search Type: Posts; User: seclar
Search: Search took 0.01 seconds.
-
1 Sep 2011 12:36 AM
Jump to post Thread: Scroll arrows on menus in Chrome by seclar
- Replies
- 1
- Views
- 532
Resolved. He had Chrome zoomed in slightly, so scrollers were being drawn (which, perhaps interestingly, doesn't happen when IE is zoomed in).
-
31 Aug 2011 11:32 PM
- Replies
- 2
- Views
- 571
Thanks.
I've stopped it happening. I was creating the Model each time I added a field that used it, and that's where it was blowing up. I moved the Model definition to a better place (so it... -
31 Aug 2011 11:20 PM
Jump to post Thread: Scroll arrows on menus in Chrome by seclar
- Replies
- 1
- Views
- 532
Hi,
Hopefully an easy one this time. I have right-click context menus, with all the default configuration options.
They look fine for me (FF, Chrome, IE8) on Windows 7. My boss, however, sees... -
31 Aug 2011 5:07 AM
- Replies
- 2
- Views
- 571
I have the following code doing a combobox remote load/'live search' thing, mostly cribbed from the samples. The field is added to a form in a tab panel, and when I open the third panel, it blows up...
-
25 Aug 2011 5:22 AM
Jump to post Thread: Refresh/reload a tree node by seclar
- Replies
- 1
- Views
- 567
There, I fixed it.
refresh: {handler: function() { refreshHandler(view.getTreeStore(), record); }, scope: record }
function refreshHandler(somestore, somenode) {
... -
25 Aug 2011 2:43 AM
Jump to post Thread: Refresh/reload a tree node by seclar
- Replies
- 1
- Views
- 567
Hi,
I've been porting an ext-js2 application to ext-js4 (what fun it's been!).
I've managed most of it, but I've come a cropper on refreshing/reloading a tree node. We use trees for... -
18 Apr 2011 4:31 AM
Jump to post Thread: Accordion help by seclar
- Replies
- 1
- Views
- 522
Oh, hmm. It works properly if I drop back to ext-2.2.
-
18 Apr 2011 4:03 AM
Jump to post Thread: Accordion help by seclar
- Replies
- 1
- Views
- 522
I have some strange behaviour with an accordion panel. It's more easily shown than explained, so, given this configuration:
me.panels.nav = new Ext.Panel({
title: "Repository"
,region:... -
5 Jan 2011 2:11 AM
- Replies
- 1
- Views
- 959
I have a similar issue here
http://www.sencha.com/forum/showthread.php?118734-Menu-width-IE-inline-style&p=551517#post551517
it seems like no-one knows why the library behaves the way it does. -
4 Jan 2011 12:51 AM
Jump to post Thread: Menu width - IE inline style by seclar
- Replies
- 5
- Views
- 1,616
/bump
-
20 Dec 2010 1:20 AM
Jump to post Thread: Menu width - IE inline style by seclar
- Replies
- 5
- Views
- 1,616
/bump
-
16 Dec 2010 1:36 AM
Jump to post Thread: Menu width - IE inline style by seclar
- Replies
- 5
- Views
- 1,616
Hi, thanks. I believe this is the bit you're after. This wasn't written by me, unfortunately, I've just inherited responsibility for it.
function show(json, point, handlers) {
if(!menu)... -
16 Dec 2010 1:09 AM
Jump to post Thread: Menu width - IE inline style by seclar
- Replies
- 5
- Views
- 1,616
/bump.
If the question's nonsense perhaps someone could say that. I'll provide whatever other information I can. At the moment it looks like extjs is deciding to apply additional styles for IE8... -
15 Dec 2010 5:38 AM
Jump to post Thread: Menu width - IE inline style by seclar
- Replies
- 5
- Views
- 1,616
Hi,
I'm not much of a client-side person, so bit stuck debugging this.
I have a right-click context menu:
IE:
<DIV style="Z-INDEX: 15000; POSITION: absolute; WIDTH: 114px; VISIBILITY:...
Results 1 to 14 of 14
