Bullet and Ordered Lists behave differently in FireFox and Internet Explorer

Last post 08-17-2010, 12:00 PM by mreric. 5 replies.
Sort Posts: Previous Next
  •  07-20-2010, 2:02 PM 62638

    Bullet and Ordered Lists behave differently in FireFox and Internet Explorer

    Hello, i'm trying to use line breaks BR as the default BreakElement but they are behaving differently in FF and IE. 
     
    For this text:
    ------------------
    aaaaa
    aaaaa
    aaaaa
    ------------------
     
    In FF, if you click anywhere on the 2nd line, and click the bullet list button, the bullet is for that line as expected.
    ----------------
    aaaaa<br />
    <ul>
         <li>aaaaa</li>
    </ul>
    aaaaa<br />
    <ol>
    </ol>
    ----------------
     
    in IE doing the same thing of ; if I click anywhere on the 2nd line, and click the bullet list button, the bullet is going to the start of the page not like FF.  It should behave just like FF.
     
     ----------------
    <ul>
        <li>aaaaa<br />
        aaaaa<br />
        aaaaa<br />
        </li>
    </ul>
    ----------------
     
    Anyone know how to get the same behavior in IE as in FF?  The FF way should be the proper way as it's most intuitive and just makes sense.
     
    Thanks!
  •  07-21-2010, 10:59 AM 62654 in reply to 62638

    Re: Bullet and Ordered Lists behave differently in FireFox and Internet Explorer

    We cannot reproduce this issue in the following example:
     
     
    This example is running version 6.6.
     
    Please try it and get back to me.
     
    Keep me posted

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  07-21-2010, 11:27 AM 62655 in reply to 62654

    Re: Bullet and Ordered Lists behave differently in FireFox and Internet Explorer

    Thanks Adam, but this example is using DIV tags as breaking elements not BR.  We really need BR as its a requirement here.
     
    This is the example html you sent me.
     
    <div>line 1</div>
    <div>line 2</div>
    <div>line 3</div>
    <div>line 4</div>
    <div>line 5</div>
     
    Thanks!
     
    Eric
     
  •  08-16-2010, 3:38 PM 63428 in reply to 62655

    Re: Bullet and Ordered Lists behave differently in FireFox and Internet Explorer

    Any luck?  Thanks!
  •  08-17-2010, 11:07 AM 63447 in reply to 63428

    Re: Bullet and Ordered Lists behave differently in FireFox and Internet Explorer

    mreric,
     
    When you set the BreakElement to br, that's the correct bahavior.
     
    Please check the following thread:

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  08-17-2010, 12:00 PM 63452 in reply to 63447

    Re: Bullet and Ordered Lists behave differently in FireFox and Internet Explorer

    Thanks Adman, i do know this I wrote the work arounds on that post ;)  This one is a little different. 
     
    That post was about BR elements not working with bullets in one way, this one is about having different html behavior in different browsers.
     
    On a note about the other post as well; It's not fair to claim that you support different browsers when the editor behaves differently on each.  This complicates things for a lot of people, having to re-write code, documentation for different browsers, and really we cant trust the editor to work as designed across all the browsers you say you support.  We purchased because of the complexity of such issues and trust that when you say you support x and y that they will behaves in the same fasion on both.  This seems to be a pain point to a lot of people, can you please add this as a bug as the editor should behave the same across all browsers.
     
    Thanks.
View as RSS news feed in XML