Extension talk:WikiEditor/2019
This page used the Structured Discussions extension to give structured discussions. It has since been converted to wikitext, so the content and history here are only an approximation of what was actually displayed at the time these comments were made. |
Hide custom sections in namespaces
editHi,
I am trying to find a method to show my custom toolbar sections only in some namespaces. I know that is possible to show/hide buttons, using the 'filters' parameter; anyway I need to hide an entire section, is that possible? I tried using the 'filters' parameter in the 'section' level, but it didn't work.
Thanks in advance,
Lorenzo Loman87 (talk) 13:59, 14 January 2019 (UTC)
- How about only adding the toolbar sections in the certain namespaces like this?
- — Eru·tuon 19:50, 11 February 2019 (UTC)
if ( [ /* numbers of the namespaces where you want to show the toolbar sections */ ].indexOf( mw.config.get( 'wgNamespaceNumber' ) ) !== -1 ) { /* then add the toolbar sections */ }
iOS Safari: Can't save edit in WikiText editor after....
editRESOLVED | |
Bug: some contributors editing using Safari on iPhone are having difficulty saving. This issue is actively being worked on. The real time progress on this fix can be tracked in Phabricator. |
The following discussion is closed. Please do not modify it. Subsequent comments should be made on the appropriate discussion page. No further edits should be made to this discussion.
Today, 14-March, it was discovered that some contributors' edit saving flows are being severely disrupted.
More specifically, contributors using mobile Safari on iPhone are finding the "Save" button is both a) out of view and b) unable to be scrolled to, rendering saving an edit extremely difficult. [1]
Current status: this bug is actively being worked on. The progress of which you can follow in the Phabricator ticket linked here and above.
1. Technically, the "Save" button can be accessed, and an edit saved, by "pinching to zoom out"
PPelberg (WMF) (talk) 21:52, 14 March 2019 (UTC)
- Current status: as of approximately 5:00pm UTC today, 15-March, T218352 has been resolved.
- We should note that: in prioritizing deploying a solve for the above in short order, we knowingly introduced some other – less than desirable – changes to the mobile editing experience.
- Changes to mobile editing as a result of the above:
- • The editing toolbar on mobile VisualEditor is not sticky (read: it can be scrolled out of view) on iOS
- ⚓️T218414.
- • The headers in all mobile overlays is inconsistent between iOS and Android
- ⚓️T218415 PPelberg (WMF) (talk) 00:51, 16 March 2019 (UTC)
WikiEditor not showing in version 1.31.4
editI upgraded my Wiki from version 1.31.1 to 1.31.4. Everythings works fine except that the WikiEditor ist not showing up during editing any more. The WikiEditor is listed on the special pages "Version". Error tracking is on. I do not get any errors. Examining the page in Firefox with F12 showed also no errors. I didnt't change my LocalSettings and I ran the update script. Any suggestions?
Greetings from Basel
Thomas 77.58.215.12 (talk) 15:40, 12 October 2019 (UTC)
- I changed back to version 1.31.1 an the editor is showing up. Switching back to 1.13.4 the editor is gone again. 77.58.215.12 (talk) 15:49, 12 October 2019 (UTC)
- Hi!
- I'm struggling with the same problem. My server is running with nginx, and I get those two errors on browser console:
- GET w/images/cc-0.png[HTTP/1.1 403 Forbidden 75ms]
- GET w/index.php/Resources/assets/poweredby_mediawiki_88x31.png[HTTP/1.1 404 Not Found 181ms]
- And those two warnings:
- This page uses the non standard property “zoom”. Consider using calc() in the relevant property values, or using “transform” along with “transform-origin: 0 0”.
- JQMIGRATE: Migrate is installed with logging active, version 3.0.1 load.php:141:217 This page is using the deprecated ResourceLoader module "jquery.tabIndex". load.php:172:1044
- WikiEditor0.5.3 (57eb9ad) 07:27, 23 September 2019
- ==Installed software==
- !Product
- !Version
- |-
- |MediaWiki
- |1.34.2
- |-
- |PHP
- |7.4.8 (fpm-fcgi)
- |-
- |MariaDB
- |10.3.22-MariaDB-1:10.3.22+maria~stretch
- |-
- |ICU
- |65.1
- |}
- Perhaps, my nginx is badly configured? Any glue?
- I will try to install the VisualEditor : VisualEditor/Installation on a shared host. But it does not seem very practical choice to me. Otherwise, I'll try to downgrade to 1.31.1, as 77.58.215.12 said.
- Thanks for your attention! Patrickterrematte (talk) 05:51, 21 August 2020 (UTC)