| Author |
Topic Search Topic Options
|
choccieman
Newbie
Joined: 09 February 2006
Status: Offline
Points: 3
|
Post Options
Thanks(0)
Quote Reply
Posted: 10 February 2006 at 12:33pm |
|
From looking at a few other glitches I think it has something to do with IE7b2 handling of iframes.
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 10 February 2006 at 1:23pm |
|
Do any of you know if MS is looking into fixing these issue?
I hope so, otherwise I will be spending nights banging my head against the wall trying to find a solution, while continuly coursing Microsoft for making such crap, buggy, browsers.
|
|
|
 |
mantey
Groupie
Joined: 03 May 2005
Status: Offline
Points: 57
|
Post Options
Thanks(0)
Quote Reply
Posted: 18 February 2006 at 11:56pm |
Hi all, and especially Borg (Bruce).
I asked Microsoft about this problem and they answered me.
My question:
Subject: A bug in IE 7 (WYSIWYG doesn't work)
There is a bug in IE 7. I will provide you with URL to the topic of the forum, that explains this bug. The WYSIWYG is not working in IE 7.
URL: http://forums.webwiz.net/forum_posts.asp?TID=18250
I am wondering if you will fix this bug, which causes a big problem to users of forums that use rich text editors.
Microsoft's answer:
Hello,
Thank you for contacting Microsoft Customer Service.
I understand that WYSIWYG doesn't work with the Beta 2 Preview of Microsoft Internet Explorer 7. I apologize for the inconvenience this may have caused you.
For questions or issues that you may have on this release, we highly encourage you to submit them through the Internet Explorer newsgroup at:
http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.internetexplorer.general&cat=en_us_28cca3eb-7037-4d4f-bde1-d8efee1f1420&lang=en&cr=us
Features and a tour of Internet Explorer 7 Beta 2 Preview can be viewed on this page: http://www.microsoft.com/windows/ie/ie7/default.mspx
We will be doing a series of blog posts in the upcoming days at http://blogs.msdn.com/ie/default.aspx highlighting the new features in the Internet Explorer 7 Beta 2 Preview with quite a bit of detail. These will answer a lot of questions about how the new features work.
We very much appreciate your feedback. By taking the time to write, you are helping us provide the best possible products and services.
If you have other concerns, please feel free to send us another e-mail.
Thank you, Grace
Microsoft Online Customer Service Representative
If you have any feedback about your Online Customer Service experience, please e-mail my manager, Dave Escasa, at Managers@microsoft.com
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 20 February 2006 at 10:08am |
|
What a very nice way of passing the buck and not doing anything.
This is pretty much the usual reply from Microsoft, which is why reporting anything to them is a complete waste of time.
Looks like also a few people have reported this issue in the newsgroups that you link to in your post.
|
|
|
 |
niugiovanni
Groupie
Joined: 20 July 2004
Status: Offline
Points: 43
|
Post Options
Thanks(0)
Quote Reply
Posted: 22 April 2006 at 12:03am |
|
Any progress on this issue?
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 23 April 2006 at 8:34am |
|
Apparently newer builds of IE7 beta 2 have fixed the re-draw issue with the browser, but at the moment I can not confirm this as web wiz guide is moving offices over the next few weeks and don't have any test machines available at this time to load the newer builds of IE7 beta 2 on.
|
|
|
 |
niugiovanni
Groupie
Joined: 20 July 2004
Status: Offline
Points: 43
|
Post Options
Thanks(0)
Quote Reply
Posted: 23 April 2006 at 4:10pm |
|
Gotcha, do you just have a variable toggle in the code? If so, I'd be happy to turn it on again and test it for you.
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 24 April 2006 at 8:56am |
|
In version 8 you can enable it by editing the file 'functions/functions_common.asp' at line 164 you will find the follwoing:-
'ElseIf CInt(Trim(Mid(strUserAgent, CInt(inStr(1, strUserAgent, "MSIE", 1)+5), 1))) >= 6 Then ElseIf CInt(Trim(Mid(strUserAgent, CInt(inStr(1, strUserAgent, "MSIE", 1)+5), 1))) = 6 Then
Remove the line shown in blue, then remove the single quote on the first line (quote shown in red)
|
|
|
 |