[Mono-bugs] [Bug 656841] New: Issue with UISplitViewController

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Dec 1 12:41:51 EST 2010


https://bugzilla.novell.com/show_bug.cgi?id=656841

https://bugzilla.novell.com/show_bug.cgi?id=656841#c0


           Summary: Issue with UISplitViewController
    Classification: Mono
           Product: MonoTouch
           Version: SVN
          Platform: Macintosh
        OS/Version: Mac OS X 10.6
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: Class Libraries
        AssignedTo: gnorton at novell.com
        ReportedBy: elevenworks at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


Created an attachment (id=402942)
 --> (http://bugzilla.novell.com/attachment.cgi?id=402942)
Example to reproduce the problem

User-Agent:       Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_5; en-US)
AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7

I believe there is still an issue with the UISplitViewController and the latest
version of MonoTouch.   In my real application, as opposed to the sample I sent
you, I change the TintColor of the Toolbar and Navigation bars.  Doing this, as
you'll be able to see with the attached sample, seems to make the whole UI
behave weirdly.

Here are the issues I'm seeing:

1) If you open the application and rotate from landscape to portrait without
pressing the "Master" view button within portrait mode, everything works fine:
      a) The color of the navigation bar in the landscape split view stays my
custom color (dark gray).
      b) Navigation through the table view in landscape mode works as expected.

2) If at any time you press the "Master" button while in Portrait mode, things
start working strangely:
      a) The color of the navigation bar in the landscape split view can no
longer be set to a custom color.  It stays in the default light gray.
      b) When you press the back button when navigating with the table view, it
navigates back as expected; however the whole uisplitview does a vertical
transition effect as if a whole new splitview was pushed onto the stack with
that transition effect.

Reproducible: Always

Steps to Reproduce:
1. Launch the sample application
2. In portrait mode, press the "master" button.
3. Switch to "landscape" mode.
4. You will see the two issues.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list