timheuer / callisto

A control toolkit for Windows 8 XAML applications. Contains some UI controls to make it easier to create Windows UI style apps for the Windows Store in accordance with Windows UI guidelines.
http://timheuer.com/blog/archive/2012/05/31/introducing-callisto-a-xaml-toolkit-for-metro-apps.aspx
Other
338 stars 108 forks source link

SettingsFlyout doesn't work appropriately with input boxes and a touch screen #92

Closed csmaster2005 closed 12 years ago

csmaster2005 commented 12 years ago

If I have an input box in a SettingsFlyout, and tap the screen, the keyboard comes up and scrolls the text box out of view.

This is for a non-rooted flyout. I've also tried rooting the flyout HostPopup, but it does not seem to fly in correctly from the right edge.

timheuer commented 12 years ago

This is a duplicate of #85 which has recently been fixed. A version with this fix isn't yet released though.

csmaster2005 commented 12 years ago

Thanks. I saw #85 but didn't realize that it wasn't published (I grabbed newest bits and it didnt fix it when I tried). Any ETA for when the fix will be released?

timheuer commented 12 years ago

I assume when you say "gabbed newest bits" you mean the VSIX or NuGet package. I hope to push it out this week.


http://timheuer.com/blog/ twitter: @timheuer

On Thu, Sep 27, 2012 at 10:21 AM, csmaster2005 notifications@github.comwrote:

Thanks. I saw #85 https://github.com/timheuer/callisto/issues/85 but didn't realize that it wasn't published (I grabbed newest bits and it didnt fix it when I tried). Any ETA for when the fix will be released?

— Reply to this email directly or view it on GitHubhttps://github.com/timheuer/callisto/issues/92#issuecomment-8944374.

csmaster2005 commented 12 years ago

No, I had downloaded the master repository as a zip, and pulled it into my project.

csmaster2005 commented 12 years ago

Sorry I am mistaken - I grabbed your project and tested it with the sample, and it worked. I then retried it in mine, and it now works. I must of not 'really' recompiled the callisto dll, and it was using the old one. Thanks, glad it's working now!