Skip to content

Instantly share code, notes, and snippets.

@sibbl
Created March 22, 2015 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sibbl/3da07ffd33cbe857de40 to your computer and use it in GitHub Desktop.
Save sibbl/3da07ffd33cbe857de40 to your computer and use it in GitHub Desktop.
WP8.1 combobox bug
Description of the bug:
I aim to replicate the WP maps floor selector in my app. Everything works fine when I set the first item as the default item. When selecting another item as the default one, it breaks the Combobox.
Expected behavior: "1" in the combobox is selectable
Actual behavior: "1" cannot be selected
Sample solution: http://1drv.ms/1LJvgh4
Maybe related to https://social.msdn.microsoft.com/Forums/en-US/eb53680d-ead2-4900-b51e-ca3ac060cedd/possible-bug-first-item-in-a-combobox-containing-12-items-is-unselectable ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment