﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebTextEditor - Rendering issues with IE8</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/Rendering-issues-with-IE8/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Rendering issues with IE8</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/Rendering-issues-with-IE8/</link><pubDate>Tue, 26 Nov 2013 22:30:59 GMT</pubDate><dc:creator>bernard</dc:creator><category>WebTextEditor</category><category>IE8</category><category>rendering</category><description>&lt;p&gt;Hi Alex,&lt;/p&gt;&lt;p&gt;It's better if you change all the doctype to HTML5 doctype because it will be standard doctype for each latest browser and it has supported in each modern browser. However, I don't think it will be rendered properly in IE 8 because IE 8 doesn't support HTML5 doctype so might be in this browser your rendering will be messed up for some of our control.&lt;/p&gt;
&lt;p&gt;I think it's easy to change our control to support HTML5 doctype. You just need to change the doctype to HTML5 and change the RenderingMode to HTML5. Please also remember that HTML5 doesn't have fluid height. You must set height and width value for each element above our control. If you have ensure all these requeirement, our control will run properly in HTML5. If you have any further question, please don't hesitate to ask us. Hope this helps.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Bernard&lt;/p&gt;</description></item><item><title>Rendering issues with IE8</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/Rendering-issues-with-IE8/</link><pubDate>Tue, 26 Nov 2013 10:58:43 GMT</pubDate><dc:creator>aliard@sigma-rh.com</dc:creator><category>WebTextEditor</category><category>IE8</category><category>rendering</category><description>Hi Bernard,&lt;br /&gt;&lt;br /&gt;We decided to migrate all of our pages to the &amp;lt;!doctype html&amp;gt;&amp;nbsp; to support the latest browsers and features. We actually support IE 8&amp;#43; Chrome 23&amp;#43; and Firefox 25&amp;#43; &lt;br /&gt;&lt;br /&gt;We were able to adapt our HTML code to all those browsers easily without having to handle multiple doctypes. We do not want to develop 2 pages, 1 in an older doctype and another one in the latest. And that for every pages where we have a WebTextEditor. This would mean having to detect which browsers it is and redirect the client to the corresponding page.&lt;br /&gt;&lt;br /&gt;Even the best pratices recommends to une the &amp;lt;!doctype html&amp;gt;. &lt;br /&gt;&lt;br /&gt;I think you control should have a rendering mode that is fully compatible with all the major browsers using the &amp;lt;!doctype html&amp;gt; whitout have to develop each page twice. Because changing the doctype also mean some differences in the HTML code.&lt;br /&gt;&lt;br /&gt;We need a solution for this.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;&lt;br /&gt;Alex&lt;br /&gt;&lt;br /&gt;</description></item><item><title>Rendering issues with IE8</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/Rendering-issues-with-IE8/</link><pubDate>Tue, 26 Nov 2013 05:27:10 GMT</pubDate><dc:creator>bernard</dc:creator><category>WebTextEditor</category><category>IE8</category><category>rendering</category><description>&lt;p&gt;Hi Alex,&lt;/p&gt;&lt;p&gt;I tried to replicate your issue in here. Unfortunately, this issue doesn't happen in our local end. You couldn't look that sample in IE8 because in that sample, it using HTML5 doctype in its master page so the rendering in IE8 will be messed up. However, when I tried to show that sample by changing the doctype to HTML4 and change RenderingMode attribute to Quirks value. this issue doesn't happen in my sample. It also happen when I'm using XHTML doctype with RenderingMode XHTML. It shows properly. Could you explain me in detail the step that you use to replicate this issue in your local end? I attach the screenshot as proof in here. And if this matter still happen in you local end, please let me know. I will gladly help you to resolve it.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Bernard&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;screenshot link: &lt;a href="https://www.mediafire.com/?g9979l6419374rg" target="_blank" style="font-size: 10pt;"&gt;https://www.mediafire.com/?g9979l6419374rg&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Rendering issues with IE8</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/Rendering-issues-with-IE8/</link><pubDate>Fri, 22 Nov 2013 12:42:56 GMT</pubDate><dc:creator>aliard@sigma-rh.com</dc:creator><category>WebTextEditor</category><category>IE8</category><category>rendering</category><description>&lt;p&gt;Hi Bernard,&lt;br /&gt;&lt;br /&gt;I just tried your proposed solution, but those solutions are absolutely not possible to use. Changing the rendering more to XHTML doesn't fix the problem (even using the XHTML doctype). I also tried changing the rendering mode to Quirks, but for this to work I also have to change the doctype of my pages to quirks, otherwise the issue is still there, and that is something we can absolutely not do our pages have to remain in the standard html doctype to work according to the standards and be compatible accross all browsers.&lt;br /&gt;&lt;br /&gt;I need a solution to this problem that will work with the standard html doctype.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Alex&lt;/p&gt;</description></item><item><title>Rendering issues with IE8</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/Rendering-issues-with-IE8/</link><pubDate>Sun, 17 Nov 2013 21:39:26 GMT</pubDate><dc:creator>bernard</dc:creator><category>WebTextEditor</category><category>IE8</category><category>rendering</category><description>Hi Alex,&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;I think this issue happen because WebTextEditor in that sample are using RenderingMode HTML5 which doesn't have support in IE8. HTML5 document mode can be rendered properly only in IE9 and above which has support HTML5 doctype. You should use Quirks or XHTML doctype to resolve this problem. Hope this helps.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;Regards,&lt;br /&gt;Bernard&lt;/div&gt;</description></item><item><title>Rendering issues with IE8</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/Rendering-issues-with-IE8/</link><pubDate>Fri, 15 Nov 2013 15:23:02 GMT</pubDate><dc:creator>aliard@sigma-rh.com</dc:creator><category>WebTextEditor</category><category>IE8</category><category>rendering</category><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Several parts of the WebTextEditor aren't rendered correctly in Internet Explorer 8. &lt;br /&gt;&lt;br /&gt;The toolbar is incorrectly rendered, as you can see in the attached file "Metro toolbar from sample.png" which was reproduced at &lt;span style="font-family: &amp;quot;times new roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12pt; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: fr-ca; mso-fareast-language: fr-ca; mso-bidi-language: ar-sa;"&gt;&lt;a href="http://live.intersoftpt.com/cs/WebTextEditor/WebTextEditor/MultipleSections.aspx?noframe=1&amp;amp;path=/WebTextEditor/Rich%20Text%20Editor/Core%20Editing%20Features"&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;http://live.intersoftpt.com/cs/WebTextEditor/WebTextEditor/MultipleSections.aspx?noframe=1&amp;amp;path=/WebTextEditor/Rich%20Text%20Editor/Core%20Editing%20Features&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: &amp;quot;times new roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12pt; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: fr-ca; mso-fareast-language: fr-ca; mso-bidi-language: ar-sa;"&gt;&lt;/span&gt; &lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: &amp;quot;times new roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12pt; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: fr-ca; mso-fareast-language: fr-ca; mso-bidi-language: ar-sa;"&gt;The insert table popup frmom the toolbar is incorectly rendered, which cause the last two "cells" of the first row to wrap at the start of the second line and so on. This can be seen in the "Insert table.png" attached file.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: &amp;quot;times new roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12pt; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: fr-ca; mso-fareast-language: fr-ca; mso-bidi-language: ar-sa;"&gt;&lt;/span&gt; &lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: &amp;quot;times new roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12pt; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: fr-ca; mso-fareast-language: fr-ca; mso-bidi-language: ar-sa;"&gt;Regards,&lt;br /&gt;Alex&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>