Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Sidebar not working on IE11 #11840

Closed
jacestk opened this issue Oct 15, 2018 · 2 comments · Fixed by #15384
Closed

New Sidebar not working on IE11 #11840

jacestk opened this issue Oct 15, 2018 · 2 comments · Fixed by #15384
Labels
Milestone

Comments

@jacestk
Copy link

jacestk commented Oct 15, 2018

Steps to reproduce

1.juste clic on the item ion sidebar (Favorite, Shares,...)
2.nothing happens

Expected behaviour

List of items should appears.

Actual behaviour

Got an error in JS Debogger

Server configuration

Operating system:
CENTOS 7
Web server:
Apache 2.4
Database:
MariaDB 10
PHP version:
php 7.1

Nextcloud version: (see Nextcloud admin page)
14.0.3

Updated from an older Nextcloud/ownCloud or fresh install:
NC 12 > NC 13.0.6 > NC 14.0.3
Where did you install Nextcloud from:
Official

Browser log

SCRIPT438: L’objet ne gère pas la propriété ou la méthode « abort »
Fichier : sharedfilelist.js, ligne : 176, colonne : 5

	reload: function() {
		this.showMask();
		if (this._reloadCall) {
			this._reloadCall.abort();
@jacestk jacestk changed the title News Sidebar not working on IE11 New Sidebar not working on IE11 Oct 15, 2018
@nextcloud-bot
Copy link
Member

GitMate.io thinks possibly related issues are #8702 (icon-white class doesn't work on IE11), #10289 (Sidebar standardization), #5472 (TempManager is not working), #5138 (SCSS not working after reboot), and #7952 (SMTP over STARTTLS on 587 not work).

@danxuliu
Copy link
Member

danxuliu commented May 6, 2019

The JavaScript error is not related, even if it seems to be ;-) Also note that it does no longer happen since Nextcloud 14.0.4 (specifically, 9801b5a).

The fix for the collapse button in Internet Explorer 11 is in #15384.

@MorrisJobke MorrisJobke added this to the Nextcloud 17 milestone May 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants