[GitHub] zeppelin issue #3078: [WIP] [ZEPPELIN-3628] HTML anchor links on paragraph d...

2018-07-20 Thread egorklimov
Github user egorklimov commented on the issue:

https://github.com/apache/zeppelin/pull/3078
  
Seems that in updated `scrollTo()` it's not allowed to pass `undefined `.
Also I found one more error that was fixed after update: keyboard arrows 
scrolling works in Firefox, and doesn't work in Chrome:
* Before (anchor doesn't work and when cursor reaches end of current 
viewport page doesn't scroll)
Chrome (v67.0.3396.99)
![err 
mp4](https://user-images.githubusercontent.com/6136993/43001636-98a3e50c-8c2e-11e8-9f61-03976a8f5056.gif)
* After
Chrome (v67.0.3396.99)
![fixed 
mp4](https://user-images.githubusercontent.com/6136993/43001647-a291d402-8c2e-11e8-8169-c13b53ab15f9.gif)



---


[GitHub] zeppelin issue #3078: [WIP] [ZEPPELIN-3628] HTML anchor links on paragraph d...

2018-07-19 Thread egorklimov
Github user egorklimov commented on the issue:

https://github.com/apache/zeppelin/pull/3078
  
@jongyoul I could try to migrate away from bower to npm/yarn


---


[GitHub] zeppelin issue #3078: [WIP] [ZEPPELIN-3628] HTML anchor links on paragraph d...

2018-07-19 Thread egorklimov
Github user egorklimov commented on the issue:

https://github.com/apache/zeppelin/pull/3078
  
Something went wrong with dependencies: after that update, cursor stopped 
moving in paragraph text using keyboard arrows.


---