Movatterモバイル変換


[0]ホーム

URL:


Jump to content
MediaWiki
Search

VisualEditor/Feedback/Archive/2018/07

Add topic
From mediawiki.org
<VisualEditor |Feedback |Archive
Latest comment:5 years ago by 134.94.233.170 in topic<figure-inline> tags appearing after editing pages with images
This page used theStructured 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.

Post your feedback about usingthe visual editor.

If you have never provided feedback before,you can learn how to do it effectively.If you are reporting a problem directly on this page, please include yourweb browser, computer operating system, and wiki skin (usually Vector, sometimes Monobook). The feedback tool within the visual editor will include your user agent details instead.

You can use this page to tell the Wikimedia developers your ideas and issues about using the visual editor: this is the only feedback page actively monitored by WMF staff. TheContributors team welcomes your feedback and ideas, especially on user interface decisions and the priorities for adding new features.All comments are read, in any language, but personal replies are not guaranteed: the team will try and go through reports here at least once a week. Need more attention?Report directly in Phabricator.Please note that the Wikimedia Foundation does not provide support for installing VisualEditor on third-party wikis. Please report bugs involving Parsoid atTalk:Parsoid instead.

You may also want to reada guide to optimize the visual editor's experience on your site, which details work necessary on the community side (such as translating or setting up citation systems).

View open developer tasksReport a new bug in PhabricatorJoin the IRC channelTest the visual editor!(no account required)


VisualEditor not displaying in MobileView

[edit]

MediaWiki 1.31 w/ Vector skin and Extension:MobileFrontEnd installed. Viewing on Chrome (Android).

Can confirm VisualEditor works, even when I switch to Desktop view on the same Mobile browser.

But in Mobile View, when I click Edit, the page refreshes to Read.73.32.251.160 (talk)22:41, 1 July 2018 (UTC)Reply

Is this on a third-party wiki?Whatamidoing (WMF) (talk)20:59, 20 July 2018 (UTC)Reply
MediaWiki 1.31 hosted on AWS Ubuntu installation.50.235.230.66 (talk)15:33, 26 July 2018 (UTC)Reply
You might find people who know how to install this software atProject:Support desk or one of the other places linked at the top of that page. Good luck – I'm sorry I can't help.Whatamidoing (WMF) (talk)18:25, 26 July 2018 (UTC)Reply

Visual editor removing parameter entries

[edit]

I've noticed that when people edit articles with {{Infobox football club}} using visual editor, it seems to automatically remove the entry for the clubname parameter (see examples likethis,this orthis). Can this be resolved? Cheers,Number5713:15, 7 July 2018 (UTC)Reply

@Number 57: - it seems like VE creates 2 edit fields for "clubname", the first one being an erroneous empty duplicate (the second one is filled with the correct value). When saving the edited infobox with "Apply changes", I'd bet that Visual Editor takes the first empty value and skips the correct second value (on a sidenote: a second parameter "pattern_b1" is also displayed incorrectly in the infobox editing window). Just a few random observations from another user, but you'd need a real developer to look into this. See also the yellow info on top of the page (just to be safe, in case you missed it) - this page isn't formally "monitored" by WMF anymore.GermanJoe (talk)12:10, 8 July 2018 (UTC)Reply
Jeebus. What other templates might it be mangling?  — SMcCandlish¢ 😼 22:30, 9 July 2018 (UTC)Reply
Note: Above messages posted by the respective users were copypasted from the analogous thread at en:Wikipedia:VisualEditor/Feedback. GermanJoeGermanJoe (talk)06:19, 10 July 2018 (UTC)Reply
The error can be reproduced with the following specs: Vector skin, Firefox ESR 52.9.0; Windows XP (I know, I should update eventually).GermanJoe (talk)09:29, 11 July 2018 (UTC)Reply
It seems to be fixed for that template. The problem was probably the extra spaces after each parameter in templatedata. VisualEditor likely tolerated that before, and for some reason it doesn't now. In any case, one can't really have a template parameter with trailing spaces (those get ignored by mediawiki).197.218.84.102 (talk)10:04, 11 July 2018 (UTC)Reply

<figure-inline> tags appearing after editing pages with images

[edit]

When I edit an article that contains images the image gets wrapped with <figure-inline> and </figure-inline> tags. Is there any way to turn that off? Because I always have to remove that stuff with the Wiki source code editor.83.243.48.52 (talk)06:47, 10 July 2018 (UTC)Reply

please link to where this is happening. —TheDJ (Not WMF) (talkcontribs)08:16, 10 July 2018 (UTC)Reply
I'm afraid I cannot send you a link to our wikis since they are all only internally reachable. So all you can do is try it out yourself.83.243.48.52 (talk)05:24, 11 July 2018 (UTC)Reply
I've found out something interesting. This error occured after the Update of MediaWiki 1.30! Before that, Visual Editor worked flawlessly. Is there any way to correct this mistake? Otherwise I will have to downgrade our wikis to Version 1.29.2.83.243.48.52 (talk)10:19, 20 July 2018 (UTC)Reply
I can't reproduce this. Feel free to edithttps://www.mediawiki.org/wiki/User:Whatamidoing_(WMF)/Sandbox and let me know if you can get it to happen here.
The only bug report I can find that even mentions figure-inline ishttps://phabricator.wikimedia.org/T183356 That contains some debugging details, but I'm not sure that it has anything to do with your problem.Whatamidoing (WMF) (talk)18:23, 26 July 2018 (UTC)Reply
My copy of Mediawiki is having this problem as well. I recently updated VisualEditor to the 1.31 version alongside the rest of the wiki components and now I'm having the problem: Link:https://www.wikidoc.org/index.php/Lower_Limb108.20.211.165 (talk)14:51, 31 July 2018 (UTC)Reply
I was just informed that the fix is allegedly to update your Parsoid, if you update your VE and not your parsoid the tags get generated and aren't parsed correctly108.20.211.165 (talk)14:57, 31 July 2018 (UTC)Reply
<figure-inline> tags for inline images were introduced in a relatively recent version of Parsoid (September 2017); previously they were wrapped in<span> tags.
This issue sounds like something that might happen if you updated your VE (so that your new version of VE generates<figure-inline> and expects Parsoid to handle them), but not your Parsoid (so your old version of Parsoid doesn't know how to handle them yet and outputs them as-is to wikitext).
The solution is probably to upgrade your Parsoid, or if you can't do that (especially if you installed from a Debian/Ubuntu package, I think they are not updated very often), you'll have to downgrade your MediaWiki/VisualEditor :(
(Relevant commits for context/dates:https://gerrit.wikimedia.org/r/c/mediawiki/services/parsoid/+/376046https://gerrit.wikimedia.org/r/c/mediawiki/extensions/VisualEditor/+/371074)Matma Rex (talk)14:58, 31 July 2018 (UTC)Reply
Any update to this issue?65.201.136.125 (talk)13:35, 1 July 2019 (UTC)Reply
Have you been able to upgrade your Parsoid?Whatamidoing (WMF) (talk)01:30, 23 August 2019 (UTC)Reply
In my case it happens when there is no alignment parameter. With optionsleft,right,center andnone it is OK134.94.233.170 (talk)11:56, 21 February 2020 (UTC)Reply

Téléchargement d'images et de fichiers personnels

[edit]
Agent utilisateur : Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36

URL :https://fr.wikiversity.org/wiki/Utilisateur:Jean-Louis_Tripon?veaction=editQuand je tente de télécharger des créations personnelles de schémas tirés de mon ordinateur ou de mes collections Google +, je reçois toujours la même réponse : Nous ne pouvons pas déterminer si ... please, téléchargez des photos de votre caméra (voir guide), mais le guide est vide ! Comment faire pour bien faire ?Jean-Louis Tripon (talk)19:29, 18 July 2018 (UTC)Reply

Tryc:Special:UploadWizard. (Ping @Trizek)Whatamidoing (WMF) (talk)20:14, 20 July 2018 (UTC)Reply

我在VM虚拟机centos7mini版中搭建好Mediawiki中的VisualEditor后无法连接

[edit]

之前的搭建好的wiki是可以用,那个parsoid单独测试可以用,一旦我按照官方文档操作后整合起来就出错,连原来的wiki都无法连接。。

系统配置;centos7 mini版,wiki1.31,parsoid 最新版,VisualEditor都是通过git安装的,211.141.83.125 (talk)09:05, 25 July 2018 (UTC)Reply

求助帖

[edit]

谁有最新的在centos7mini版搭建mediawiki的VisualEditor插件详细教程,有的请给个连接!或发我邮箱:LinFordLee@163.com

,我之前都是安装文档或百度的博客进行的,但是都是报错,不知道问题出现在哪里,所以求助广大网友!211.141.83.125 (talk)09:10, 25 July 2018 (UTC)Reply

Retrieved from "https://www.mediawiki.org/w/index.php?title=VisualEditor/Feedback/Archive/2018/07&oldid=7339522"

[8]ページ先頭

©2009-2025 Movatter.jp