extnet / Ext.NET

35 stars 41 forks source link

GridPanel BufferedRenderer's scrollTo does not apply hilight/animation in some situations #1209

Open fabriciomurta opened 8 years ago

fabriciomurta commented 8 years ago

Two main situations:

  1. it does not actually scroll down
  2. it scrolls down to still non-buffered data (so it does not wait till cells are rendered before trying to apply animation).

As an workaround, just set a scrollTo without animations and another one as callback, now with the desired animation. It will work although may sound a little cumbersome (scrollTo twice -- the callback may just play the animation instead).

Ext.NET forum thread: Grid scrollTo doesnt properly highlight when buffered Sencha related thread (reporting no hilight when not scrolling at all): ScrollIntoView : highlight every time!

fabriciomurta commented 8 years ago

Update: Issue still open after ExtJS 6.0.2 release.

fabriciomurta commented 7 years ago

Update: Issue still open after ExtJS 6.2.1 release.

fabriciomurta commented 7 years ago

Update: Issue still open after ExtJS 6.5.0 release.

fabriciomurta commented 7 years ago

Update: Issue still open after ExtJS 6.5.1 release. Issue is acknowledged by Sencha under ID EXTJS-19229.

fabriciomurta commented 7 years ago

Update: Issue still open after ExtJS 6.5.2 release. Issue is acknowledged by Sencha under ID EXTJS-19229.

fabriciomurta commented 6 years ago

Update: Issue still open after ExtJS 6.5.3 release. Issue is acknowledged by Sencha under ID EXTJS-19229.

fabriciomurta commented 6 years ago

Update: Issue still open after ExtJS 6.6.0.258 release. Issue is acknowledged by Sencha under ID EXTJS-19229.

fabriciomurta commented 5 years ago

Update: Issue still open after ExtJS 6.7.0.161 release. Issue is acknowledged by Sencha under ID EXTJS-19229.