Bug Report
Current Behavior
In Internet Explorer Version 11 (11.407.17134.0) on Windows 10 (10.0.17134 Build 17134), I am unable to create a discussion or even reply to one when I am logged in. What makes this absolutely weird is that I'm getting no errors in the console and the only reason how I came across these bugs was that I was in the process of retesting to #1174. I can reproduce this both locally and on Flarum Discuss (despite Flarum Discuss running on dev-master). I have kept in mind that Microsoft does not support this browser anymore as of January 12, 2016, but it is still bundled with the OS and is still widely used with legacy web applications.
Steps to Reproduce
Part 1:
- Open up Internet Explorer (Version 11).
- Go to your locally hosted Flarum or https://discuss.flarum.org/
- Log in if you aren't already.
- Click on the "Start a Discussion button".
- Observe as the discussion composer does not appear.
Part 2:
- Open up Internet Explorer (Version 11).
- Go to your locally hosted Flarum or https://discuss.flarum.org/
- Log in if you aren't already.
- Open up any discussion that is not locked.
- Attempt to reply to the discussion.
- Observe as the reply/pos composer does not appear.
Expected Behavior
In using IE11, I should be able to create a new discussion and see the discussion composer pop-up as well as being able to reply to any discussion that is not locked.
Screenshots
N/A
Environment
- Flarum version: v0.1.0-beta.8.1 (locally hosted) or dev-master on Flarum Discuss
- Website URL: Localhost or https://discuss.flarum.org/
- Webserver: Apache (locally hosted)
- Hosting environment: Locally hosted (WAMP)
- PHP version: 7.2.4 (locally hosted)
- Browser: Internet Explorer Version 11 (11.407.17134.0)
Output of "php flarum info", run this in terminal in your Flarum directory.
Flarum core 0.1.0-beta.8.1
PHP version: 7.2.4
Loaded extensions: Core, bcmath, calendar, ctype, date, filter, hash, iconv, jso
n, mcrypt, SPL, pcre, readline, Reflection, session, standard, mysqlnd, tokenize
r, zip, zlib, libxml, dom, PDO, bz2, SimpleXML, xml, wddx, xmlreader, xmlwriter,
openssl, curl, fileinfo, gd, gettext, gmp, intl, imap, ldap, mbstring, exif, my
sqli, Phar, pdo_mysql, pdo_sqlite, soap, sockets, sqlite3, xmlrpc, xsl
+----------------------+-----------------+--------+
| Flarum Extensions | | |
+----------------------+-----------------+--------+
| ID | Version | Commit |
+----------------------+-----------------+--------+
| flarum-approval | v0.1.0-beta.8 | |
| flarum-bbcode | v0.1.0-beta.8 | |
| flarum-emoji | v0.1.0-beta.8 | |
| flarum-lang-english | v0.1.0-beta.8 | |
| flarum-flags | v0.1.0-beta.8.1 | |
| flarum-likes | v0.1.0-beta.8.1 | |
| flarum-lock | v0.1.0-beta.8 | |
| flarum-markdown | v0.1.0-beta.8 | |
| flarum-mentions | v0.1.0-beta.8.1 | |
| flarum-statistics | v0.1.0-beta.8 | |
| flarum-sticky | v0.1.0-beta.8 | |
| flarum-subscriptions | v0.1.0-beta.8 | |
| flarum-suspend | v0.1.0-beta.8 | |
| flarum-tags | v0.1.0-beta.8.2 | |
+----------------------+-----------------+--------+
Base URL: http://b81.test
Installation path: C:\wamp64\www\b81.test
Debug mode: off
Possible Solution
N/A
Additional Context
N/A