View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0022140 | mantisbt | administration | public | 2017-01-09 04:15 | 2017-04-30 14:48 |
Reporter | taken | Assigned To | cproensa | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 2.0.0 | ||||
Target Version | 2.4.0 | Fixed in Version | 2.4.0 | ||
Summary | 0022140: Getting error dialog when reporting issues and file upload is disabled | ||||
Description | Hello Error: Dropzone.js does not support older browsers! | ||||
Tags | modern-ui | ||||
Which version of Opera, and what OS ? |
|
Newlatest opera 42.0.2393.94 |
|
and what OS ? |
|
Windows 10 x64 |
|
taken, I was not able to reproduce your problem on www.mantisbt.org/bugs on Windows 10 64 Bit using Opera 42.0.2393.94. Please provide detailed step-by-step instructions to reproduce the issue; the following additional information may also be useful:
|
|
Ok i know where is problem. i get this error..... Ps. Omg i just saw i got 2 account on your bugtracker ;-) the most funny both registered to this same e-mail ;-) |
|
Obviously no Opera issue. As a workaround, remove this line from js/common.js
|
|
The most funny on Microsoft Edge "No error" :-) that why i was thinking problem is with Opera, but true i check on chrome same error... Best regards |
|
@taken, what do you want to tell us with this? taken has been created 2011-01-11 |
|
remove please adminwset account. |
|
Done
Can't promise anything. |
|
I recall there was also an error when 'attachments' field is excluded from the page. |
|
Hey Best Regards |
|
@cproensa will you work on this the next days, or should I try to fix it? |
|
|
|
MantisBT: master 5898638f 2017-03-27 11:04 Committer: vboctor Details Diff |
Fix dropzone alert if upload is not allowed If uploading is not allowed, when viewing a bug, don't place dropzone attributes in bugnote form. Otherwise, an error dialog is triggered. Fixes: 0022140 |
Affected Issues 0022140 |
|
mod - bugnote_add_inc.php | Diff File | ||
MantisBT: master 4f38c830 2017-04-05 16:21 Committer: vboctor Details Diff |
Rewrite dropzone initialization Some changes has been done to Dropzone initialization: - Container form now does not need any special class. - Dropzone specific data attributes are now placed in the Dropzone div element, which is indicated as "dropzone" class. - Auto upload feature is now enabled by adding the additional "auto-dropzone" class to current "dropzone" div. Dropzone initialization searchs for elements with class "dropzone", then searchs for the container form and uses it as parameter for the object, and register event listeners. Fixes: 0022140, 0022673 |
Affected Issues 0022140, 0022673 |
|
mod - bug_report_page.php | Diff File | ||
mod - bugnote_add_inc.php | Diff File | ||
mod - js/common.js | Diff File |