-
24 Sep 2010 6:14 AM #1
[OPEN-1291] Problem with TriggerField and editor grid
[OPEN-1291] Problem with TriggerField and editor grid
Ext version tested:
- 3.2.2
Adapter used:
- ext
css used:
- only default ext-all.css
Browser versions tested against:
- FF3 (firebug 1.3.0.10 installed)
Operating System:
- Vista
Description:
- I have an TriggerField in an editor of a EditorGridPanel.
When I open a window (modal) on trigger click, the editor appear in front of window.
its a problem of z-index I think.
Test Case:
See this URL : http://Code:Ext.onReady(function() { var grid = new Ext.grid.EditorGridPanel( { xtype: 'editorgrid', renderTo: 'test', store: [['test']], anchor: '50% 50%', width: 300, height: 300, columns: [ { header: 'test', editor: { xtype: 'trigger', onTriggerClick: function() { var v = new Ext.Window( { title: 'test', height: 300, width: 300, modal: true, x: 0, y: 0 }); v.show(); } } }] }); grid.startEditing(0, 0); });
Steps to reproduce the problem:
- foo
- bar
The result that was expected:
- foo
- bar
The result that occurs instead:
- foo
- bar
Screenshot or Video:
- attached
Debugging already done:
- none
Possible fix:
- not provided
-
24 Sep 2010 9:37 AM #2Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,652
- Vote Rating
- 14
Thank you for the report.
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[OPEN-764]ed is null (ed.completeEdit) for Editor grid and Tabbing
By josh803316 in forum Ext 3.x: BugsReplies: 10Last Post: 17 Mar 2012, 4:57 AM -
[OPEN][3.1] Caret / Cursor Position in Editor Grid Textfield
By zachext in forum Ext 3.x: BugsReplies: 1Last Post: 18 Oct 2010, 1:09 PM -
Row Editor with TriggerField and Menu(on Click)
By umit in forum Ext 3.x: Help & DiscussionReplies: 4Last Post: 19 Apr 2010, 12:25 AM -
[OPEN-729]Row editor broken after grid metachange!
By Stju in forum Ext 3.x: BugsReplies: 0Last Post: 15 Mar 2010, 6:21 AM -
Help using custom TriggerField as Editor in Grid
By micgala in forum Ext GWT: DiscussionReplies: 6Last Post: 8 Feb 2010, 11:15 PM


Reply With Quote