summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Controls.Issues
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2016-12-01 22:54:14 +0100
committerStephane Delcroix <stephane@delcroix.org>2016-12-01 22:54:14 +0100
commit84f42e5b14156eac3773d914df2e1514fb76f51b (patch)
tree13561dc4a0de125359927a19d0e244515442d5c8 /Xamarin.Forms.Controls.Issues
parent3ff3487d4fa5edb7ba3dcd7b6db0e6b58b03809c (diff)
downloadxamarin-forms-84f42e5b14156eac3773d914df2e1514fb76f51b.tar.gz
xamarin-forms-84f42e5b14156eac3773d914df2e1514fb76f51b.tar.bz2
xamarin-forms-84f42e5b14156eac3773d914df2e1514fb76f51b.zip
Revert "Jimmgarrido uwp toolbar (#588)"
This reverts commit 1ff0db9c6f4ba1167e6b2620066f83088f23c5bf.
Diffstat (limited to 'Xamarin.Forms.Controls.Issues')
-rw-r--r--Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla47295.cs39
-rw-r--r--Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Xamarin.Forms.Controls.Issues.Shared.projitems3
2 files changed, 1 insertions, 41 deletions
diff --git a/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla47295.cs b/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla47295.cs
deleted file mode 100644
index 0277e7d4..00000000
--- a/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla47295.cs
+++ /dev/null
@@ -1,39 +0,0 @@
-using Xamarin.Forms.CustomAttributes;
-using Xamarin.Forms.Internals;
-
-#if UITEST
-using Xamarin.UITest;
-using NUnit.Framework;
-#endif
-
-namespace Xamarin.Forms.Controls.Issues
-{
- [Preserve(AllMembers = true)]
- [Issue(IssueTracker.Bugzilla, 47295, "Toolbar in a NavigationPage is clipped when expanded", PlatformAffected.WinRT)]
- public class Bugzilla47295 : TestNavigationPage
- {
- protected override void Init()
- {
- PushAsync(new TestPage47295());
- }
- }
-
- [Preserve(AllMembers = true)]
- public class TestPage47295 : ContentPage
- {
- public TestPage47295()
- {
- var descLabel = new Label { Text = "Press '...' to expand the CommandBar. The ToolbarItem's text label should not be clipped." };
- var pressedLabel = new Label { Text = "ToolbarItem pressed.", IsVisible = false };
- Content = new StackLayout
- {
- Children = {
- descLabel,
- pressedLabel
- }
- };
-
- ToolbarItems.Add(new ToolbarItem("Test", "toolbar_close", () => pressedLabel.IsVisible = true));
- }
- }
-} \ No newline at end of file
diff --git a/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Xamarin.Forms.Controls.Issues.Shared.projitems b/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Xamarin.Forms.Controls.Issues.Shared.projitems
index 625226db..08c26ba1 100644
--- a/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Xamarin.Forms.Controls.Issues.Shared.projitems
+++ b/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Xamarin.Forms.Controls.Issues.Shared.projitems
@@ -140,7 +140,6 @@
<Compile Include="$(MSBuildThisFileDirectory)Bugzilla44476.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Bugzilla46630.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Bugzilla47971.cs" />
- <Compile Include="$(MSBuildThisFileDirectory)Bugzilla47295.cs" />
<Compile Include="$(MSBuildThisFileDirectory)CarouselAsync.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Bugzilla34561.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Bugzilla34727.cs" />
@@ -606,4 +605,4 @@
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</EmbeddedResource>
</ItemGroup>
-</Project>
+</Project> \ No newline at end of file