View Issue Details

IDProjectCategoryView StatusLast Update
0019383mantisbtwebpagepublic2015-03-06 17:13
Reportermichael PAUL Assigned Toatrol  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionno change required 
Product Version1.2.17 
Summary0019383: Adding a note on a bug report fails on Google chrome
Description

When I try to add a note on a bug report, the button gets disabled but nothing more.. The page is not reloaded or everything.

With the javascript console, I get the following error:
Uncaught TypeError: undefined is not a functionview.php?id=353:417 onclick

It seems that the button's onclick attribute works only for the disable action:
onclick="this.disabled=1;document.bugnoteadd.submit();"

And when I try to execute in the javascript console:
document.bugnoteadd.submit();
I get the following:
TypeError: undefined is not a function

It works great on FireFox.
Maybe a chrome issue ?

Steps To Reproduce

Try to add a note on a project.

Additional Information

I'm administrator of my project.
Language is French.
Chrome version: Version 40.0.2214.111 m

TagsNo tags attached.

Activities

atrol

atrol

2015-02-19 10:28

developer   ~0048875

michael PAUL,

I was not able to reproduce your problem with a fresh install of the latest stable version of MantisBT (1.2.19 at the moment).

Please provide detailed, step-by-step instructions to reproduce the issue. Additional information listed below may also be useful:

  • Exact version of PHP, Database, Web server and Operating System
  • Relevant customizations (e.g. changes in config_inc.php, etc)
  • Installed plugins or custom functions ?
  • Was the MantisBT source code modified in any way ?
michael PAUL

michael PAUL

2015-02-19 10:49

reporter   ~0048876

After a test on another computer, with the same version of Chrome, it works...

Sorry for the inconvenience