-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
Lexicographic ordering of settable properties used to sort the properties of an object in a fixed way doesn't work well with inheritance. In fact, since the modification mask is computed based on the pattern type, not the actual object type, the masks intersection can return a wrong result because the 2 masks are calculated on different classes (one extending the other).