105 | | There was an issue with group copying: the appropriate method in ResourceSpace copies all subresources of a resource and the group copy method does the same. This problem was resolved by removing the copying features from the Group class. But this way, the elements() of a group are re-created each time a group is copied. So, the zOrder inside a group is not expected to work properly at this time. |
| 105 | There was an issue with group copying: the appropriate method in ResourceSpace copies all subresources of a resource and the group copy method does the same. This problem was resolved by removing the copying features from the Group class. But this way, the elements() of a group are re-created each time a group is copied. So, the zOrder inside a group is not expected to work properly at this time. [[BR]] |
| 106 | Another issue is that because of the Page model is changed, books persisted until now cannot be open. In their xml files for the pages, "frame" must be replaced with "element". [[BR]] |