-
25 Feb 2007 5:37 AM #1
Ext.MessageBox issue after use confirm more than ones
Ext.MessageBox issue after use confirm more than ones
Hey,
first i have to say: nice work!!
I have found an issue in Ext.MessageBox. I try to show a simple confirmatíon-box. First time i show it i get the following result:

Nice! After klick yes or no and then recall the message-box i get the following screen: :roll:

This i get on every browser, the screenies are from firefox. Im using windows vista ultimate. This problem i have had with the 0.40 alpha too. Im always using NestedLayouts and GridPanels. The confirmation call is this:
It simply shows 'Do you want to delete XXX'. I select here simply a dataRow of an EditorGrid.Code:deleteEntry: function() { // ausgewählten Datensatz ermitteln var d = this.dataSource.getAt(this.selModel.getSelectedCell()[0]).json; // Frage an Benutzer ausgeben Ext.MessageBox.confirm( Texts.Remove_Really_Title, String.format(Texts.Blacklist_ReallyRemoveEntry, d.caller), this._deleteEntry, this ); }
Regards, Michael
-
5 Mar 2007 6:23 AM #2
A similar problem i have with the BasicDialog. It seems to be that the bg of the body of the dialog is behind all, its the dom-element with the class .x-dlg-bg-center. It has an z-index set to auto. But why is it behind all other components? I dont have changed any z-index! If i resize the dialog, the element is drawing correct after resize.
How to ensure that a dialog is completely in front of the other elements?
-
6 Mar 2007 2:49 AM #3
I can't seem to get the same behavior. Can you provide a link?
-
6 Mar 2007 2:59 AM #4
I had the same problem some time ago.
I've auto created the dialog, and it happens when I hide it, but it's fixed when I destroyed it. Try using destroy instead of hide.
Similar Threads
-
Ext.MessageBox.confirm - Correct way to handle confirmation?
By Saeven in forum Ext 2.x: Help & DiscussionReplies: 4Last Post: 6 Aug 2009, 5:47 AM -
Button of Confirm
By francescotorres in forum Community DiscussionReplies: 0Last Post: 16 Mar 2007, 6:46 PM -
1.0a3 Ext.MessageBox.confirm sizing weirdness in FF
By neongrau in forum Ext 1.x: BugsReplies: 4Last Post: 13 Mar 2007, 3:26 AM -
Paging Grid issue: pagetoolbar is a issue
By wwwlinux in forum Ext 1.x: Help & DiscussionReplies: 5Last Post: 28 Feb 2007, 5:48 PM -
regarding new messagebox
By pradeep_123 in forum Ext 1.x: Help & DiscussionReplies: 5Last Post: 26 Feb 2007, 12:12 AM





Reply With Quote