Page MenuHomePhabricator

🐛️ Bug | IE11 on 10h16 - Donation button on first page does not work
Closed, ResolvedPublicBUG REPORT

Description

Steps to Reproduce:

Actual Results:
The button does not react.

Expected Results:
The button should lead you to the second page of the donation form

Tested on Windows 7, IE 11.0.9600.19540

Notes
Console log shows the error message

Object doesn't support property or method 'trunc'

while executing

amountInCents = Math.trunc( parseFloat( String( formValues.amount ).replace( ',', '.' ) ) * 100 );

Related Objects

Event Timeline

kai.nissen updated the task description. (Show Details)
kai.nissen moved this task from Incubation to Heap on the WMDE-FUN-Funban-2019 board.
kai.nissen renamed this task from IE and 10h16 - P1 donation button does not work to 🐛️ Bug | IE11 on 10h16 - Donation button on first page does not work.Nov 28 2019, 2:46 PM
kai.nissen removed Tim_WMDE as the assignee of this task.
kai.nissen updated the task description. (Show Details)
kai.nissen added a subscriber: Tim_WMDE.

Here's a hotfix:

https://github.com/wmde/FundraisingFrontend/pull/1682

The real fix would be to delete the 10h16 directory and to only use Laika, though 🗡 .

kai.nissen claimed this task.