Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scroll issue in puzzle mode on phone #1278

Open
domino14 opened this issue Mar 4, 2024 · 1 comment
Open

scroll issue in puzzle mode on phone #1278

domino14 opened this issue Mar 4, 2024 · 1 comment
Labels
javascript Pull requests that update Javascript code puzzles

Comments

@domino14
Copy link
Collaborator

domino14 commented Mar 4, 2024

RPReplay_Final1709498760.mov
@domino14 domino14 added puzzles javascript Pull requests that update Javascript code labels Mar 4, 2024
@andy-k
Copy link
Collaborator

andy-k commented Mar 4, 2024

  • here's Chrome (122.0.6261.94 / x86_64 Mac) Elements when scrolled to end of puzzle page on narrow screen with Analyzer open. notice three elements with anomalous heights (they kept increasing until they couldn't).
image
  • all three seem to correspond to antd's Affix.
$ git grep -n '\bAffix\b'
liwords-ui/src/gameroom/board_panel.tsx:9:import { Button, Tooltip, Affix, App } from 'antd';
liwords-ui/src/gameroom/board_panel.tsx:1678:      <Affix offsetTop={126} className="rack-affix">
liwords-ui/src/gameroom/board_panel.tsx:1680:      </Affix>
liwords-ui/src/gameroom/board_panel.tsx:1716:        <Affix offsetTop={126} className="rack-affix">
liwords-ui/src/gameroom/board_panel.tsx:1792:        </Affix>
liwords-ui/src/gameroom/game_controls.tsx:9:import { Affix, App, Button, Dropdown, MenuProps, Popconfirm } from 'antd';
liwords-ui/src/gameroom/game_controls.tsx:146:      <Affix offsetTop={210} className="examiner-controls">
liwords-ui/src/gameroom/game_controls.tsx:197:      </Affix>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
javascript Pull requests that update Javascript code puzzles
Projects
None yet
Development

No branches or pull requests

2 participants