[Mono-bugs] [Bug 351568] Office ribbon - drop down list closes

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed May 14 14:50:15 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=351568

User spouliot at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=351568#c8





--- Comment #8 from Sebastien Pouliot <spouliot at novell.com>  2008-05-14 12:50:15 MST ---
Silverlight
1. StartShowPopup(Canvas)RibbonX.js (line 1098)
2. HidePopup(Canvas, null)RibbonX.js (line 1124)
3. FinishShowPopup(Canvas)RibbonX.js (line 1115)

Moonlight
1. StartShowPopup(Canvas)RibbonX.js (line 1098)
2. HidePopup(Canvas, null)RibbonX.js (line 1124)
3. FinishShowPopup(Canvas)RibbonX.js (line 1115)
4. HidePopup(Canvas, MouseEventArgs)RibbonX.js (line 1124)

Strange it seems the ButtonUp is sent before we remove the handler (and not
after it was set again like I suspected).

(Gecko:20901): Moonlight-WARNING **: MouseLeftButtonUpEvent
'ID0E6D_Button_Text'
(Gecko:20901): Moonlight-WARNING **: emit 10
(Gecko:20901): Moonlight-WARNING **: MouseLeftButtonUpEvent 'ID0E6D_Button'
(Gecko:20901): Moonlight-WARNING **: MouseLeftButtonUpEvent 'ID0E6D'
(Gecko:20901): Moonlight-WARNING **: emit 10
(Gecko:20901): Moonlight-WARNING **: MouseLeftButtonUpEvent
'Group_ID0ETC_Controls'
(Gecko:20901): Moonlight-WARNING **: MouseLeftButtonUpEvent 'Group_ID0ETC'
(Gecko:20901): Moonlight-WARNING **: MouseLeftButtonUpEvent 'test_Groups'
(Gecko:20901): Moonlight-WARNING **: MouseLeftButtonUpEvent 'Tab_test'
(Gecko:20901): Moonlight-WARNING **: MouseLeftButtonUpEvent
'Ribbon_Tabs_Content'
(Gecko:20901): Moonlight-WARNING **: MouseLeftButtonUpEvent 'Ribbon_Tabs'
(Gecko:20901): Moonlight-WARNING **: MouseLeftButtonUpEvent 'ribbon'
(Gecko:20901): Moonlight-WARNING **: MouseLeftButtonUpEvent 'CustomUI'
(Gecko:20901): Moonlight-WARNING **: emit 10
(Gecko:20901): Moonlight-WARNING **: remove matching handler for event named
'MouseLeftButtonUp' #10
(Gecko:20901): Moonlight-WARNING **: button_release_callback TRUE


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list