Print Page | Close Window

Docking pane + IE9 + Webbrowser = crash

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Docking Pane
Forum Description: Topics Related to Codejock Docking Pane
URL: http://forum.codejock.com/forum_posts.asp?TID=17309
Printed Date: 14 May 2024 at 5:45pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Docking pane + IE9 + Webbrowser = crash
Posted By: Lodep59
Subject: Docking pane + IE9 + Webbrowser = crash
Date Posted: 23 September 2010 at 1:11pm
Hello,

For information, I've just posted a support issue for docking pane and ie9.
I post here the information to let you know this because this may impact your projects.

Just found a big bug when you try to use panes containing Webbrowser control with IE9 (beta) installed !

See this sample project uploads/4049/SDISample_-_Bug_IE9.rar - here , run it and try to resize the panes. If you have IE8 (or less) it's OK. With IE9 the program hang and you have to close it.

I use the a docking pane in my software to let the user see a preview of data. This preview is shown into a webbrowser, with IE9 my users can't resize the pane... :(

This was confirmed by a lot of my users (they tried with ie8 = OK and with IE9 = NOK).

Please look to this issue, ie9 is planned to be released soon.

Regards, 

If some forum's users can help me to find a workaround it I would appreciate...
With the buzz of the IE9 beta release, many of my users have already installed the new version of IE. We have many returns and request for support about that...


-------------
Product: Xtreme SuitePro (ActiveX) last version
Platform: Windows 7 Ultimate
Language: VB6 SP6 (FR)



Replies:
Posted By: Lodep59
Date Posted: 28 September 2010 at 12:35am
No answer from support...
Is it possible to have an answer to this problem?
I'm not the only one who uses a webbrowser in "docking panes" ...


-------------
Product: Xtreme SuitePro (ActiveX) last version
Platform: Windows 7 Ultimate
Language: VB6 SP6 (FR)


Posted By: Oleg
Date Posted: 28 September 2010 at 3:15am
Hi,

Thanks indeed see a lot of problems with new IE.  Even if I don't put it to pane but just put to form and simple clean panes  I see problems. ( our Webbrowser and Microsoft Internet control too)

Checking what can be reason.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: Oleg
Date Posted: 28 September 2010 at 3:30am
Found that new IE hang when we flush WM_PAINT buffer.  Same hang if you put IE to form with CommandBars and start drag some ToolBar.

Will submit it in Microsoft site. Hope they will fix it for final release 
:-(


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: Lodep59
Date Posted: 28 September 2010 at 4:00am
Originally posted by oleg oleg wrote:

Found that new IE hang when we flush WM_PAINT buffer.  Same hang if you put IE to form with CommandBars and start drag some ToolBar.

Will submit it in Microsoft site. Hope they will fix it for final release 
:-(

Hi Oleg,

Thank you.
I also hope that microsoft will fix this,
We spend a lot of time explaining to our users that they need to uninstall IE9 :(
They think that there's a bug in our software !


-------------
Product: Xtreme SuitePro (ActiveX) last version
Platform: Windows 7 Ultimate
Language: VB6 SP6 (FR)


Posted By: Oleg
Date Posted: 28 September 2010 at 4:20am
Submited this bug in Microsoft Connect.

-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: Lodep59
Date Posted: 28 September 2010 at 10:30am
Originally posted by oleg oleg wrote:

Submited this bug in Microsoft Connect.

Thank you,

Please let me know if you have some news about this.
Regards,




-------------
Product: Xtreme SuitePro (ActiveX) last version
Platform: Windows 7 Ultimate
Language: VB6 SP6 (FR)


Posted By: Lodep59
Date Posted: 04 October 2010 at 4:07am
Hi,

Did you have some news about this ?
I spend my time telling users to uninstall IE9 right now ...


-------------
Product: Xtreme SuitePro (ActiveX) last version
Platform: Windows 7 Ultimate
Language: VB6 SP6 (FR)


Posted By: Oleg
Date Posted: 04 October 2010 at 8:23am
Hi,

What issue number you opened ? I can attach temporary ActiveX fix for you that you can send to customers instead.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: Lodep59
Date Posted: 04 October 2010 at 12:20pm
Case #25341...
But, I don't understand : reading your last post I thinked it was a problem with IE9 ?
You found a workaroud ?



-------------
Product: Xtreme SuitePro (ActiveX) last version
Platform: Windows 7 Ultimate
Language: VB6 SP6 (FR)


Posted By: Oleg
Date Posted: 04 October 2010 at 3:08pm
Hi,

Yes, as wrote its related to WM_PAINT queue, code that Microsoft  uses in own MFC at least in 3 places. if we comment such code - IE will works and we are checking what issues can come without such code.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: xcentric
Date Posted: 22 October 2010 at 12:11am
Hi, Oleg
I have the same issue with MFC version of XTP 13.4.1

Do you have a workaround or fix for that?
Thanks.



Posted By: znakeeye
Date Posted: 22 October 2010 at 6:14am

Hmm... does this have to do something with this:

http://forum.codejock.com/forum_posts.asp?TID=17435&title=docking-pane-splitter-problems-in-latest-release - http://forum.codejock.com/forum_posts.asp?TID=17435&title=docking-pane-splitter-problems-in-latest-release
 
WM_PAINT... Hmm? :)


-------------
PokerMemento - http://www.pokermemento.com/


Posted By: znakeeye
Date Posted: 22 October 2010 at 6:15am
Oleg, where on Microsoft Connect can we follow this item?

-------------
PokerMemento - http://www.pokermemento.com/


Posted By: xcentric
Date Posted: 22 October 2010 at 10:05am
I just tested on Xtreme ToolkitPro v12.1.1 - same issue.
Something really bad with IE9...



Posted By: xcentric
Date Posted: 22 October 2010 at 10:35am
Found a workaround:

m_paneManager.UseSplitterTracker(TRUE);

Looks not so beautiful - the contents for child pane is not displayed while the splitter is resized, but it does not hang-up.

Looking forward for solution from CJ :)



Posted By: Oleg
Date Posted: 22 October 2010 at 11:18am
Hi,

Please update to 13.4.2 where conflict fixed.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: linker
Date Posted: 24 October 2011 at 6:06am
Hi,
we have the same issue with IE9 & docking panels.
We're using mfc version of XTC 12.0.2 & don't plan to upgrade, because there are many changes from original sources.
Can you provide solution for this problem?

P.S.  
 its indeed related to IE9 - to redraw faster we had such code to  flush WM_PAINT buffer: ..
this solution don't fix problem
Environment: win7 with the latest IE9 (9.0.8112.16421)

Thanks.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net