-
31 Aug 2010 5:25 AM #1
Why did somebody removed interceptMouse on GroupingView in ExtJS 3.3?
Why did somebody removed interceptMouse on GroupingView in ExtJS 3.3?
Why did somebody removed interceptMouse on GroupingView in ExtJS 3.3?
On line 73219 in ext-all-debug.js (ExtJS 3.2.0) you find this line:
and then the function interceptMouse is more down in the code.PHP Code:this.mainBody.on('mousedown', this.interceptMouse, this);
Why is this removed on ExtJS 3.3 ?
I haved in 3.2.0 a override for interceptMouse that get me what html element the mousedown event was on, today when i running 3.3 its looks like i most use the function named "processEvent" and that function dont has the html element that the mousedown was on.
What i whant is in a GroupingView that if i click on the group name i select all items in that group but if i click on the +/- image i toggle the group to show or not show items.
Someone that got any idea about this?
-
1 Sep 2010 5:35 AM #2
hmm, nobody knows about this function?
Similar Threads
-
Extend GroupingView problems after updated to ExtJS 3.3
By RickardP in forum Ext 3.x: Help & DiscussionReplies: 4Last Post: 31 Aug 2010, 6:19 AM -
[FIXED-1077][ExtJS 3.3.0] GroupingView is broken
By vladsch in forum Ext 3.x: BugsReplies: 2Last Post: 17 Jul 2010, 9:50 AM -
ExtJS 2.3 and GroupingView (solved)
By Zmeuka in forum Ext.air for Adobe AIRReplies: 1Last Post: 18 Oct 2009, 10:41 AM -
[CLOSED][3.??] GroupingView interceptMouse e.stopEvent not working
By jurban in forum Ext 3.x: BugsReplies: 3Last Post: 23 Jul 2009, 6:51 PM


Reply With Quote