酷酷的哀殿

Results 9 comments of 酷酷的哀殿

@li8911255 尝试着解决了一下,还没有仔细测试是否会引起其它bug。 https://github.com/ibireme/YYKit/compare/master...sunbohong:patch-1

@li8911255 我只在 iOS 9.3.2 系统下对搜狗输入法(九宫格)和系统输入法(简体拼音-全键盘)两种情况进行了测试,并成功解决。 能否告知,哪家输入法和系统版本测试失败?

经过测试,系统键盘会检查符号的含义来判断是否切换。 比如,`¥`和`(`。点击`¥`后不会切换键盘,因为用户可能继续点击其它字符。而点击`(`后会进行切换键盘,因为用户可能需要输入其它类型的文本信息。

https://github.com/sunbohong/YYKit/blob/19feaf460c0d3fc6a484fbfca850e7f1b8080c8e/YYKit/Text/YYTextView.m @ysq1763 简单来说,我注释了`YYTextView.m` `- (void)_replaceRange:(YYTextRange *)range withText:(NSString *)text notifyToDelegate:(BOOL)notify `方法最后几行中的两行代码。 ``` // if (notify) [_inputDelegate textWillChange:self]; NSRange newRange = NSMakeRange(range.asRange.location, text.length); [_innerText replaceCharactersInRange:range.asRange withString:text]; [_innerText removeDiscontinuousAttributesInRange:newRange]; // if (notify) [_inputDelegate...

Unit tests is expired. https://github.com/hexojs/hexo-cli/pull/250/checks?check_run_id=1204740703 "The logs for this run have expired and are no longer available"

You can try this https://github.com/sunbohong/MHDismissModalView

I have the same problem. Does the Facebook maintenance team have a plan to fix it?