Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: sky/sdk/lib/framework/editing2/input.dart

Issue 1179643004: Stop the search search button from crashing stocks2 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/sdk/lib/framework/editing2/editable_text.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/framework/editing2/input.dart
diff --git a/sky/sdk/lib/framework/editing2/input.dart b/sky/sdk/lib/framework/editing2/input.dart
index 4a97f575b1623e36fe8969245a47bfb6aa66c436..65700085f4e5180b316273468a98c91b3d282cd0 100644
--- a/sky/sdk/lib/framework/editing2/input.dart
+++ b/sky/sdk/lib/framework/editing2/input.dart
@@ -90,7 +90,7 @@ class Input extends Component {
return new EventListenerNode(
// style: _style,
// inlineStyle: focused ? _focusedInlineStyle : null,
- new Flex(children, direction: FlexDirection.vertical),
+ new Stack(children),
onPointerDown: (sky.Event e) => keyboard.showByRequest()
);
}
« no previous file with comments | « sky/sdk/lib/framework/editing2/editable_text.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698