Menu

#379 Wrong width for large edit field of Data wizard in landscape mode

iphone_1.8
closed
None
5
2014-01-08
2014-01-08
No

svn 3139:
The following issue was seen on a device with iOS-7.
Scenario:
- application setting: on Rotation rotate screen.
- select a database with wizard support.
- press the wizard button and see the data wizard as expected.
- turn the device to landscape mode.
- select a data field.
Expected behavior:
- get a large edit field with full width.
Observed behavior:
- the large edit field has restricted width.

Continue scenario as follows:
- turn back to portrait mode.
Expected behavior:
- edit field has full width.
Observed behavior:
- edit field has still more restricted width.

Related

iphone: #381

Discussion

  • Mathias Kussinger

    Same problem if CardEditViewController is used in modal mode. For CardEditViewController the self.view.frame is correct in landscape mode non modal used, but flipped in landscape mode used modal.

     
  • Mathias Kussinger

    Fixed in svn3147

     
  • Mathias Kussinger

    • status: open --> closed
    • assigned_to: Mathias Kussinger
     

Log in to post a comment.