J.Y Han

Results 8 issues of J.Y Han

for iOS app and browser plug-in, or something more...

enhancement

enhancement

鼠标点击事件似乎有点问题。在豆瓣网页里点一下就会报错。 ![image](https://user-images.githubusercontent.com/434428/54113566-89536980-4423-11e9-8766-f3f8ccdbef11.png)

fix issue https://github.com/caijiehong/douban-client/issues/3 . replaced `https` to `curlrequest`.

安卓手机的某些默认浏览器,如魅族M3自带的xxx浏览器会无法显示Font-Awesome的icons,换成chrome浏览器正常。 经过艰苦的排查,发现是因为typo.css里的 ` html{ .... text-rendering: optimizelegibility; .... } ` 把 `optimizelegibility` 替换为 `auto`,icon则正常显示。

![yauodsbonu](https://user-images.githubusercontent.com/434428/44018630-fd185642-9f0e-11e8-92be-3fcfac56ed1b.gif) 鼠标划选之后,原先已选中的文字变成了未选中状态。

question

原文: ![image](https://user-images.githubusercontent.com/434428/43948689-104ce94c-9cbe-11e8-9050-73a24b8f7b30.png) 双击选中一段后: ![image](https://user-images.githubusercontent.com/434428/43948701-1e791c84-9cbe-11e8-8003-05eb638e35da.png) 选中后的 html 结构: ![image](https://user-images.githubusercontent.com/434428/43948604-d3c29e04-9cbd-11e8-9e12-150f70fde5b7.png) `````` 标签应该被插入到上面的 `````` 中。否则`` 标签里的文字无法继承 `` 标签的样式。

enhancement
help wanted