bitshares / bitshares-ui

Fully featured Graphical User Interface / Reference Wallet for the BitShares Blockchain
https://wallet.bitshares.org
MIT License
517 stars 570 forks source link

[2] Market guide scrolling issue #1583

Open abitmore opened 6 years ago

abitmore commented 6 years ago

Describe the bug Market page scrolling issue.

To Reproduce Steps to reproduce the behavior:

  1. Open a new incognito window, *resize it to 1366768 or so, or use a PC with a small screen** (haven't checked with mobile phone).
  2. Go to https://wallet.bitshares.org/#/market/BRIDGE.BTC_USD
  3. Click on 'next' several times
  4. Don't know how to scroll down

Expected behavior

Screenshots image

image

Desktop (please complete the following information):

startailcoon commented 6 years ago

Perhaps the new react-scroll package introduced in https://github.com/bitshares/bitshares-ui/pull/1574 can be of use for this issue.

gibbsfromncis commented 6 years ago

There is no reason to work on this issue while Exchange Redesign is not finished: #1477

startailcoon commented 6 years ago

I will take a closer look at this as part of #1836

startailcoon commented 6 years ago

This would require more looking into.

According to index.js, it works with auto positioning, https://introjs.com/example/auto-position/index.html. Though, I believe that Perfect scrollbar has something to with it not working.

sschiessl-bcp commented 6 years ago

Might be enough to update intro.js

https://github.com/usablica/intro.js/pull/801

abitmore commented 5 years ago

New screenshot of 2.0.181031: image

sschiessl-bcp commented 5 years ago

No suitable solution has been found yet