<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - No logic in the object order in the navigator"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134960#c12">Comment # 12</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - No logic in the object order in the navigator"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134960">bug 134960</a>
              from <span class="vcard"><a class="email" href="mailto:telesto@surfxs.nl" title="Telesto <telesto@surfxs.nl>"> <span class="fn">Telesto</span></a>
</span></b>
        <pre>Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=163637" name="attach_163637" title="Example file">attachment 163637</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=163637&action=edit" title="Example file">[details]</a></span>
Example file

(In reply to Heiko Tietze from <a href="show_bug.cgi?id=134960#c11">comment #11</a>)
<span class="quote">> (In reply to Telesto from <a href="show_bug.cgi?id=134960#c10">comment #10</a>)
> > order follows the tab sequence, there is a logic behind
> > 
> > -> still no idea what I this means in the current case

> If you traverse through the document (or UI) using the tabulator key you
> access the content (or controls) in a certain sequence. Usually but not
> necessarily sequential. In fact it's chronological.</span >

Sorry; I'm not giving in to easily. I want some kind of answer. From what I see
it does some quirky 'random' thing. Sure code wise this maybe somehow
explainable. 

I have actually two (maybe even more) issues with the navigator listing.

A) Object names are generated. They generated on insertion; So I assume
sequential on insertion time. Shuffling the objects around after insertion,
makes objects numbers are kind of random mess
B) Objects name are apparently created on free spots. So delete Object1.. they
new insert item will be called Object1 (surely not chronological nor
sequential. Copy A formula in the example file & paste.. it below
C) Now Cut they just pasted object, and paste it the beginning of the document.
Object1 moves from last position in the navigator up to number 1 (so list in
navigator isn't chronological).. but sequential to document position? Insert to
Charts and shuffle them around.. the navigator objects order of the objects
every time.. 

The current implementation unpredictable 
A) They object naming is troublesome (numbering; without logical order).  Not
sure what the alternative would be Object + HASH)
B) They numbering doesn't start with say with 0001 but with 1  so not a nice
list; jumbled with Object01 followed by Object010. 
C) They order isn't sequential nor chronological. Still no clue how it actually
works; But sequential to document would make more sense; I think..
D) And if we gonna export this to DOC/DOCX/RTF and reopen you get again
something else :-(.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>