Paratii-Video / paratii-player

Probably the world's 1st in-player token wallet (v0.0.1 of the Paratii embeddable web player).
http://paratii.video
GNU General Public License v3.0
41 stars 11 forks source link

Back button wrong behaviour #285

Closed geckoslair closed 7 years ago

geckoslair commented 7 years ago

Description:

back button should no trigger a history back.

Template.backButton.events({ 'click #back-button' () { window.history.back() } })

Steps to Reproduce:

  1. go to google
  2. then go http://localhost:3000/playlists/2
  3. then press on play list back button
  4. user return to google

Expected result:

return to playlists list

jellegerbrandy commented 7 years ago

I propose to remove the back button Because (1) it is not clear at all that it is a back button (if I wanted to "go back", I would not think of clicking on the "<" next to the title) and (more importantly) (2) I don't understand in which case this is something that a user wants/needs/expects. @pedrocasa , what do you think?