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

Tilde wird immer angezeigt #110

Open
twobiers opened this issue Oct 9, 2022 · 1 comment
Open

Tilde wird immer angezeigt #110

twobiers opened this issue Oct 9, 2022 · 1 comment
Labels
bug Something isn't working effort-xl

Comments

@twobiers
Copy link
Collaborator

twobiers commented Oct 9, 2022

Bug Summary / Fehlerbeschreibung

Tilde wird immer angezeigt. Eigentlich sollte sie nur angezeigt werden, wenn man den Vote zurücknimmt.
Bug liegt im Widescreen Module.

Steps to Reproduce the Problem / Wie kann der Fehler reproduziert werden

  1. Gehe auf einen pr0 post
  2. Drücke Upvote/Downvote per Tastatur (Entweder W/S oder numpad +/-)
  3. Tilde taucht in der Mitte auf
@twobiers twobiers added the bug Something isn't working label Oct 9, 2022
@twobiers
Copy link
Collaborator Author

Das ding sitzt recht tief.

<span class="pict vote-up">+</span>
<span class="pict vote-down">-</span>

muss child von

<div class="item-vote{p.voteClass(item.vote)}">

sein.

Würde ich mit einem größeren Overhaul angehen. Durch das Styling wird das für mich ein Haufen Arbeit.
Es wäre sowieso gut, die Templates nicht eigenständig zu bearbeiten. Vielleicht gibt's da ne smarte Möglichkeit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working effort-xl
Projects
None yet
Development

No branches or pull requests

1 participant