javascript - On scrolling fonts become lines? -


i'm working in centos 7. i'm developing web tool biologist. project has come final stage. facing 1 critical problem. problem fonts, while scrolling down , on div.

i added images below. each pagination page dynamically generated javascript.

[image1] original.

[image2] after scroll content font lines.

then checked several browser in several machines got problem in 2 different machine. problem? how can solve this.?

image1

image2

looks gpu rendering issue may try changing css text-rendering although not sure work sure

try these 1 one of div or whatever container in

text-rendering: auto; text-rendering: optimizespeed; text-rendering: optimizelegibility; text-rendering: geometricprecision; 

Comments

Popular posts from this blog

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -