rapila / cms-base

The rapila cms’ internals. Please file all issues here if they’re not directly related to a plugin or the sample site.
http://www.rapi.la
3 stars 1 forks source link

Chrome displays pages in PageInputWidget in a unordered way #124

Closed juergmessmer closed 12 years ago

juergmessmer commented 12 years ago

It's incomprehensive, but: Safari with the same webkit displays the pages in the correct order, but Chrome does not.

sabberworm commented 12 years ago

Chome has V8 which does not have a definite ordering for Object keys. Use an Array instead and it will work correctly.

sabberworm commented 12 years ago

Fixed in 67443eb0f557b94b5c92706bdca61d206a4e4995.