none
Report Forum issue: Selecting Numbere List malfunction RRS feed

  • Question

  • When I selected the Numbered list in this box it shows I selected it and looks correct until I post then it changes to bullets. Susequently tried to edit post with same results.

    Thread


    Chris Ward


    • Edited by KCDW Tuesday, August 28, 2012 4:49 PM
    Tuesday, August 28, 2012 4:49 PM

Answers

All replies

  • I'm posting this and hoping the behaviour I have noticed in the past few days is happening here.

    When I write a response in a thread and include an ordered list (HTML <ol></ol> or by clicking the 1,2,3 button in the tool bar) I get an ordered list.

    Example:

      • One
      • Two
      • Three

    But when I hit submit, my ordered list becomes an unordered list (that is bullets, or HTML <ul></ul>). If I look at the HTML it's actually putting UL tag before my OL tag. When I edit the post and correct this problem, it returns when I save the changes.

    In the event that this post does not have the issue I will attempt a reply message as well.


    Jason Warren
    Infrastructure Architect

    Wednesday, August 29, 2012 4:35 AM
  • Oh good, it worked (well, that is the issue reproduced).

    Here is an example of an ordered list in a reply:

      • Another one
      • my second point
      • This one should be #3.

    Jason Warren
    Infrastructure Architect

    Wednesday, August 29, 2012 4:36 AM
  • HI KCDW !

    Thanks for reporting this bug.

    Only for testing purpose;

      • Testing 1
      • Testing 2
      • Testing 3


    This definitely seems to be a bug, when selecting "Insert Ordered List" resulting in "Bullets" rather than "Numbered Points". Have tested it with 3 or more scenarios here but every time it resulted out to be "Bullets"

    Please let me know if this doesn’t work for you. Hope I have answered you correctly.

    Thanks, Hasham Niaz

    • Edited by Hasham Niaz Thursday, August 30, 2012 6:42 AM Bug when selecting Insert Ordered List
    Thursday, August 30, 2012 6:35 AM
  • Your post is also formatted with bullets instead of Numbers. Will anyone be working on the solution for this soon?

      • I
      • Really
      • Hope
      • So

    Chris Ward

    Thursday, August 30, 2012 1:30 PM
      • 1
      • 2
      • 3
      • 4

    This is a test.


    Ed Price (a.k.a User Ed), SQL Server Experience Program Manager (Blog, Twitter, Wiki)

    Monday, September 3, 2012 8:04 AM
  • Verified the bug.

    Ed Price (a.k.a User Ed), SQL Server Experience Program Manager (Blog, Twitter, Wiki)

    Monday, September 3, 2012 8:04 AM
      • Still
      • an
      • issue?

    Ed Price (a.k.a User Ed), SQL Server Experience Program Manager (Blog, Twitter, Wiki)

    Thursday, September 13, 2012 12:30 AM
      • Still
      • an
      • issue?

    Ed Price (a.k.a User Ed), SQL Server Experience Program Manager (Blog, Twitter, Wiki)


    Yes. =^)

    Ed Price (a.k.a User Ed), SQL Server Experience Program Manager (Blog, Twitter, Wiki)

    Thursday, September 13, 2012 12:30 AM
      • Looks
      • like
      • it
      • is

    still an issue

    1. but
    2. only
    3. on the

    first layer


    Chris Ward

    Thursday, September 13, 2012 8:49 PM
  • But Maybe

                  • If
                  • It
                  • Is

    In the middle?

    oKay

    I'll Force

    • One Line

    As Bullet

    1. Then the rest
    2. as Numbered List

    It's interesting that the original moves so far to the right when compared to the formatted bullet.

    seems almost as if the indent the level is formatted as bullet so that

    1.

        A.

            1)

                 a)

    Ooh, and look, every time you edit the post it moves more to the right. Now that is just spooky.



    Chris Ward



    • Edited by KCDW Thursday, September 13, 2012 8:58 PM
    Thursday, September 13, 2012 8:51 PM
      • 1
      • 2
      • 3
      • 1
      • 2
      • 3
      • 4
      • 5

    Dengqiang "Robin" Ren (Chinasoft) EPX Service Engineering Support Team

    Thursday, September 13, 2012 10:11 PM
  • UPDATE: I submitted this as a bug request. (Thus Robin's testing. Thanks Robin!)

    Thanks!


    Ed Price (a.k.a User Ed), SQL Server Experience Program Manager (Blog, Twitter, Wiki)


    Thursday, September 13, 2012 11:11 PM
  • Good Morning Robin, Ed.

    Just for fun, edit your post but not the bulleted part and watch the bullets move right a tab space on save. Then do it again>

    I wonder how many edits you can do before it is no longer visible on the screen?


    Chris Ward

    Friday, September 14, 2012 1:27 PM
  • Chris, it's happening because when the post is saved, an unordered list is wrapped around the list. Even on the first save you'll notice the list is indented because of this wrap (the original ordered list is still present)

    Jason Warren
    Infrastructure Architect

    • Proposed as answer by Robin_Ren Friday, September 14, 2012 3:26 PM
    • Unproposed as answer by Robin_Ren Friday, September 14, 2012 3:26 PM
    Friday, September 14, 2012 2:06 PM
      • 1
      • 2
      • 3
      • 4
      • 5

    Dengqiang "Robin" Ren (Chinasoft) EPX Service Engineering Support Team

    • Edited by Robin_Ren Friday, September 14, 2012 3:35 PM
    Friday, September 14, 2012 3:33 PM
  • The system seems to be turning

    <ol>...</ol>   into <ol><ul>...</ul></ol>, since the unordered list is wrapped inside an ordered list it shows up as a bullet list.


    Dengqiang "Robin" Ren (Chinasoft) EPX Service Engineering Support Team

    Friday, September 14, 2012 3:38 PM
  • Posted from Encoding - How does it keep adding more <ul>...</ul>?

                <div class="body"><p>But Maybe</p>

    <input class="SYN_LNN" type="text" unselectable="on" value="975" /><input class="SYN_BCH" id="syn_ctrl975" role="button" type="text" unselectable="on" value="-" />
    <ol>
    <input class="SYN_LNN" type="text" unselectable="on" value="976" /><input class="SYN_BCH" id="syn_ctrl976" role="button" type="text" unselectable="on" value="-" />
    <ul>
    <input class="SYN_LNN" type="text" unselectable="on" value="977" /><input class="SYN_BCH" id="syn_ctrl977" role="button" type="text" unselectable="on" value="-" />
    <ul>
    <input class="SYN_LNN" type="text" unselectable="on" value="978" /><input class="SYN_BCH" id="syn_ctrl978" role="button" type="text" unselectable="on" value="-" />
    <ul>
    <input class="SYN_LNN" type="text" unselectable="on" value="979" /><input class="SYN_BCH" id="syn_ctrl979" role="button" type="text" unselectable="on" value="-" />
    <ul>
    <input class="SYN_LNN" type="text" unselectable="on" value="980" /><input class="SYN_BCH" id="syn_ctrl980" role="button" type="text" unselectable="on" value="-" />
    <ul>
    <input class="SYN_LNN" type="text" unselectable="on" value="981" /><input class="SYN_BCH" id="syn_ctrl981" role="button" type="text" unselectable="on" value="-" />
    <ul>
    <input class="SYN_LNN" type="text" unselectable="on" value="982" /><input class="SYN_BCH" id="syn_ctrl982" role="button" type="text" unselectable="on" value="-" />
    <ul>
    <input class="SYN_LNN" type="text" unselectable="on" value="983" /><input class="SYN_BCH" id="syn_ctrl983" role="button" type="text" unselectable="on" value="-" />
    <li>If </li><li>It </li><li>Is</li></ul>
    <input class="SYN_LNN" type="text" unselectable="on" value="984" /><input class="SYN_BCH" id="syn_ctrl984" role="button" type="text" unselectable="on" value="-" />
    </ul>
    <input class="SYN_LNN" type="text" unselectable="on" value="985" /><input class="SYN_BCH" id="syn_ctrl985" role="button" type="text" unselectable="on" value="-" />
    </ul>
    <input class="SYN_LNN" type="text" unselectable="on" value="986" /><input class="SYN_BCH" id="syn_ctrl986" role="button" type="text" unselectable="on" value="-" />
    </ul>
    <input class="SYN_LNN" type="text" unselectable="on" value="987" /><input class="SYN_BCH" id="syn_ctrl987" role="button" type="text" unselectable="on" value="-" />
    </ul>
    <input class="SYN_LNN" type="text" unselectable="on" value="988" /><input class="SYN_BCH" id="syn_ctrl988" role="button" type="text" unselectable="on" value="-" />
    </ul>
    <input class="SYN_LNN" type="text" unselectable="on" value="989" /><input class="SYN_BCH" id="syn_ctrl989" role="button" type="text" unselectable="on" value="-" />
    </ul>
    <input class="SYN_LNN" type="text" unselectable="on" value="990" /><input class="SYN_BCH" id="syn_ctrl990" role="button" type="text" unselectable="on" value="-" />
    </ol>
    <input class="SYN_LNN" type="text" unselectable="on" value="991" /><input class="SYN_BCH" id="syn_ctrl991" role="button" type="text" unselectable="on" value="-" />
    <p>In the middle?</p>
    <input class="SYN_LNN" type="text" unselectable="on" value="992" /><input class="SYN_BCH" id="syn_ctrl992" role="button" type="text" unselectable="on" value="-" />
    <p>oKay</p>
    <input class="SYN_LNN" type="text" unselectable="on" value="993" /><input class="SYN_BCH" id="syn_ctrl993" role="button" type="text" unselectable="on" value="-" />
    <p>I'll Force</p>
    <input class="SYN_LNN" type="text" unselectable="on" value="994" /><input class="SYN_BCH" id="syn_ctrl994" role="button" type="text" unselectable="on" value="-" />
    <ul>
    <input class="SYN_LNN" type="text" unselectable="on" value="995" /><input class="SYN_BCH" id="syn_ctrl995" role="button" type="text" unselectable="on" value="-" />
    <li>One Line</li></ul>
    <input class="SYN_LNN" type="text" unselectable="on" value="996" /><input class="SYN_BCH" id="syn_ctrl996" role="button" type="text" unselectable="on" value="-" />
    <p>As Bullet</p>
    <input class="SYN_LNN" type="text" unselectable="on" value="997" /><input class="SYN_BCH" id="syn_ctrl997" role="button" type="text" unselectable="on" value="-" />
    <ol>
    <input class="SYN_LNN" type="text" unselectable="on" value="998" /><input class="SYN_BCH" id="syn_ctrl998" role="button" type="text" unselectable="on" value="-" />
    <li>Then the rest </li><li>as Numbered List
    <input class="SYN_LNN" type="text" unselectable="on" value="999" /><input class="SYN_BCH" id="syn_ctrl999" role="button" type="text" unselectable="on" value="-" />
    <ul>
    <input class="SYN_LNN" type="text" unselectable="on" value="1000" /><input class="SYN_BCH" id="syn_ctrl1000" role="button" type="text" unselectable="on" value="-" />
    </ul>
    <input class="SYN_LNN" type="text" unselectable="on" value="1001" /><input class="SYN_BCH" id="syn_ctrl1001" role="button" type="text" unselectable="on" value="-" />
    <ul>
    <input class="SYN_LNN" type="text" unselectable="on" value="1002" /><input class="SYN_BCH" id="syn_ctrl1002" role="button" type="text" unselectable="on" value="-" />
    </ul>
    <input class="SYN_LNN" type="text" unselectable="on" value="1003" /><input class="SYN_BCH" id="syn_ctrl1003" role="button" type="text" unselectable="on" value="-" />
    <ul>
    <input class="SYN_LNN" type="text" unselectable="on" value="1004" /><input class="SYN_BCH" id="syn_ctrl1004" role="button" type="text" unselectable="on" value="-" />
    </ul>
    <input class="SYN_LNN" type="text" unselectable="on" value="1005" /><input class="SYN_BCH" id="syn_ctrl1005" role="button" type="text" unselectable="on" value="-" />
    <ul>
    <input class="SYN_LNN" type="text" unselectable="on" value="1006" /><input class="SYN_BCH" id="syn_ctrl1006" role="button" type="text" unselectable="on" value="-" />
    </ul>
    <input class="SYN_LNN" type="text" unselectable="on" value="1007" /><input class="SYN_BCH" id="syn_ctrl1007" role="button" type="text" unselectable="on" value="-" />
    <ul>
    <input class="SYN_LNN" type="text" unselectable="on" value="1008" /><input class="SYN_BCH" id="syn_ctrl1008" role="button" type="text" unselectable="on" value="-" />
    </ul>
    <input class="SYN_LNN" type="text" unselectable="on" value="1009" /><input class="SYN_BCH" id="syn_ctrl1009" role="button" type="text" unselectable="on" value="-" />
    </li></ol>

    Chris Ward

    Friday, September 14, 2012 4:48 PM
      • Testing
      • Again

    and

    1. Again

    Chris Ward

    Tuesday, September 18, 2012 9:13 PM
  • UPDATE: Repinged the support team to see if we have a bug on it. I just got the issue again.

    Thanks!


    Ed Price (a.k.a User Ed), SQL Server Experience Program Manager (Blog, Twitter, Wiki)

    Tuesday, September 25, 2012 9:07 PM
  • UPDATE: A specific task/bug has been created to fix this issue. No ETA. Thanks!

    Ed Price (a.k.a User Ed), SQL Server Experience Program Manager (Blog, Twitter, Wiki)

    Wednesday, September 26, 2012 12:44 AM
  • Will you please let us know when this is fixed?

    Thank you for your efforts!!!


    Chris Ward

    Wednesday, September 26, 2012 4:42 AM
      • test1
      • test2
      • test3
      • test4

    Dengqiang "Robin" Ren (Chinasoft) EPX Service Engineering Support Team

    Tuesday, October 2, 2012 3:07 PM
  • Will you please let us know when this is fixed?

    Thank you for your efforts!!!


    Chris Ward

    Assuming I am notified, then yes.

    Thanks!


    Ed Price (a.k.a User Ed), SQL Server Customer Program Manager (Blog, Twitter, Wiki)

    Wednesday, October 3, 2012 2:11 AM
  • UPDATE: Fix ETA on 10/18. If it's not fixed by 10/19, please reply and let me know.

    Thanks!


    Ed Price (a.k.a User Ed), SQL Server Customer Program Manager (Blog, Twitter, Wiki)

    Wednesday, October 3, 2012 2:16 AM
  • Just

      • Testing
      • To
      • See

    If

    1. It
    2. Works

    Yet.


    Chris Ward

    Wednesday, October 10, 2012 2:07 PM
  • HI KCDW !

    Thanks for reporting this bug. (Testing Again)

    Only for testing purpose;

      1. Testing 1
      2. Testing 2
      3. Testing 3

    This Seems fixed in 18th Oct 2012 release.

    Please let me know if this doesn’t work for you. Hope I have answered you correctly.

    Thanks, Hasham Niaz


    • Edited by Hasham Niaz Monday, October 22, 2012 8:53 PM Adding point
    Monday, October 22, 2012 8:52 PM