operasoftware / dns-ui

Opera's LDAP-authenticated PowerDNS user interface
Apache License 2.0
283 stars 57 forks source link

Browser dialog when changing records #131

Closed rmuehl closed 4 years ago

rmuehl commented 5 years ago

Everytime I change records in a zone and klick "Save changes" a dialog box appears:

browser-screenshot

Is it possible to change that behavier?

rmuehl commented 5 years ago

Changing a record does add the event handler "beforeunload". The save button should remove that event or set a variable so the event handler does not fire the message box.

inspector-screenshot

thomas-pike commented 5 years ago

The handler is removed normally (here). If it's not, there may be a javascript error on the page. See #127 for example.

thomas-pike commented 4 years ago

Closing as unreproducible.