timstuyckens/chromeextensions-knockoutjs

Problem with the order of the attributes

Opened this issue · 6 comments

From today I noticed that the attributes are disordered (previously shown in alphabetical order). This makes it very difficult to find attributes in very large contexts. Is there any way to solve it? Thanks for all. Regards.

I have the same issue mentioned above. It started to happen today.

Thanks

error
Attaching a screenshot which shows the incorrect order of elements

Regards.

I forked the repository and modified the code to show the correctly ordered attributes.
You can access HERE
Regards.

Nice job, it's working fine now! Thank you very much.

Regards.

You are welcome.
Still having a problem. Second-level objects are still disordered, check the repository, as soon as I can fix it.
image

Hi,

Just giving some update: I've noticed that when I try to do some console.log, the order of objects are also incorrect. This issue is related to some Chrome update. To confirm my suspicious, I've done a rollback. Currently Chrome latest stable version is 79 so I installed version 78 and disable automatic updates. After that, the attributes got into the correct order.

Regards.