Valentin Shergin
7efd4fabfd
Text to Spannable conversion is now using PRIORITY flag to enforce the order of spans
...
Summary:
When we convert nested <Text> components to Spannable object we must enforce the order of spans somehow,
otherwise we will have Spannable object with unpredictable order of spans, which will produce unpredictalbe text layout.
We can do it only using `Spannable.SPAN_PRIORITY` feature because Spannable objects do not maintain the order of spans internally.
We also have to fix this to implement autoexpandable <TextInput>.
Reviewed By: achen1
Differential Revision: D5811172
fbshipit-source-id: 5bc68b869e58aba27d6986581af9fe3343d116a7
2017-09-17 22:00:16 -07:00
..
2017-08-17 18:45:01 -07:00
2017-05-08 11:31:19 -07:00
2017-05-08 11:31:19 -07:00
2017-09-12 12:53:59 -07:00
2017-08-17 18:45:01 -07:00
2017-08-17 18:45:01 -07:00
2017-08-30 17:16:17 -07:00
2017-08-17 18:45:01 -07:00
2017-08-17 18:45:01 -07:00
2017-08-17 18:45:01 -07:00
2017-08-17 18:45:01 -07:00
2017-08-17 18:45:01 -07:00
2017-08-17 18:45:01 -07:00
2017-05-08 11:31:19 -07:00
2017-05-08 11:31:19 -07:00
2017-05-08 11:31:19 -07:00
2017-05-08 11:31:19 -07:00
2017-08-29 11:00:59 -07:00
2017-07-07 14:36:01 -07:00
2017-08-25 10:30:54 -07:00
2017-08-17 18:45:01 -07:00
2017-08-17 18:45:01 -07:00
2017-05-08 11:31:19 -07:00
2017-08-17 18:45:01 -07:00
2017-08-29 15:01:05 -07:00
2017-08-17 18:45:01 -07:00
2017-08-31 15:16:05 -07:00
2017-08-17 18:45:01 -07:00
2017-05-08 11:31:19 -07:00
2017-05-08 11:31:19 -07:00
2017-09-06 03:33:43 -07:00
2017-08-17 18:45:01 -07:00
2017-05-08 11:31:19 -07:00
2017-08-29 15:01:05 -07:00
2017-07-11 15:05:57 -07:00
2017-05-08 11:31:19 -07:00
2017-08-17 18:45:01 -07:00
2017-08-17 18:45:01 -07:00
2017-08-17 18:45:01 -07:00
2017-05-08 11:31:19 -07:00
2017-08-17 18:45:01 -07:00
2017-07-07 14:36:01 -07:00
2017-07-07 14:36:01 -07:00
2017-08-17 18:45:01 -07:00
2017-08-17 18:45:01 -07:00
2017-05-08 11:31:19 -07:00
2017-08-17 18:45:01 -07:00
2017-08-17 18:45:01 -07:00
2017-08-17 18:45:01 -07:00
2017-08-25 11:00:00 -07:00
2017-08-25 00:14:46 -07:00
2017-08-17 18:45:01 -07:00
2017-08-17 18:45:01 -07:00
2017-08-17 18:45:01 -07:00
2017-07-07 14:36:01 -07:00
2017-08-17 18:45:01 -07:00
2017-08-17 18:45:01 -07:00
2017-08-17 18:45:01 -07:00
2017-08-29 15:01:05 -07:00
2017-08-17 18:45:01 -07:00
2017-09-06 03:33:43 -07:00
2017-08-17 18:45:01 -07:00
2017-08-17 18:45:01 -07:00
2017-05-08 11:31:19 -07:00
2017-08-31 15:16:05 -07:00
2017-05-08 11:31:19 -07:00
2017-08-17 18:45:01 -07:00
2017-08-29 15:01:05 -07:00
2017-08-17 18:45:01 -07:00
2017-08-17 18:45:01 -07:00
2017-05-08 11:31:19 -07:00
2017-08-17 18:45:01 -07:00
2017-08-25 10:30:54 -07:00
2017-08-25 00:14:46 -07:00
2017-05-08 11:31:19 -07:00
2017-08-17 18:45:01 -07:00
2017-08-17 18:45:01 -07:00
2017-08-29 15:01:05 -07:00
2017-08-17 18:45:01 -07:00
2017-08-17 18:45:01 -07:00
2017-08-17 18:45:01 -07:00
2017-08-29 15:01:05 -07:00
2017-08-17 18:45:01 -07:00
2017-08-17 18:45:01 -07:00
2017-08-17 18:45:01 -07:00
2017-08-17 18:45:01 -07:00
2017-08-17 18:45:01 -07:00
2017-05-08 11:31:19 -07:00
2017-05-08 11:31:19 -07:00
2017-05-08 11:31:19 -07:00
2017-05-08 11:31:19 -07:00
2017-05-08 11:31:19 -07:00
2017-05-08 11:31:19 -07:00
2017-08-17 18:45:01 -07:00
2017-08-17 18:45:01 -07:00
2017-08-17 18:45:01 -07:00
2017-07-07 14:36:01 -07:00
2017-08-17 18:45:01 -07:00
2017-08-25 11:00:00 -07:00
2017-08-17 18:45:01 -07:00
2017-09-17 22:00:16 -07:00
2017-08-17 18:45:01 -07:00
2017-08-17 18:45:01 -07:00
2017-08-17 18:45:01 -07:00
2017-05-08 11:31:19 -07:00
2017-09-06 03:33:43 -07:00
2017-08-17 18:45:01 -07:00
2017-08-17 18:45:01 -07:00
2017-08-17 18:45:01 -07:00
2017-08-17 18:45:01 -07:00
2017-08-17 18:45:01 -07:00
2017-08-17 18:45:01 -07:00
2017-05-08 11:31:19 -07:00
2017-05-08 11:31:19 -07:00
2017-05-08 11:31:19 -07:00
2017-05-08 11:31:19 -07:00
2017-05-08 11:31:19 -07:00
2017-05-08 11:31:19 -07:00
2017-05-08 11:31:19 -07:00
2017-05-08 11:31:19 -07:00
2017-08-17 18:45:01 -07:00
2017-05-08 11:31:19 -07:00
2017-09-06 03:33:43 -07:00
2017-07-26 08:23:20 -07:00
2017-08-17 18:45:01 -07:00
2017-05-08 11:31:19 -07:00
2017-08-17 18:45:01 -07:00
2017-08-17 18:45:01 -07:00
2017-08-17 18:45:01 -07:00
2017-08-17 18:45:01 -07:00
2017-08-17 18:45:01 -07:00
2017-05-08 11:31:19 -07:00
2017-08-17 18:45:01 -07:00