Page MenuHomePhabricator
Feed Advanced Search

Feb 27 2021

Johnywhy added a comment to T265043: "Error contacting the Parsoid/RESTBase server (HTTP 403)" when trying to edit an existing page with VisualEditor.

Softaculous dev's just reported to me:

Feb 27 2021, 8:58 PM · Editing-team (Third-party), Parsoid (Third-party), MW-1.35-release, VisualEditor
Johnywhy added a comment to T265043: "Error contacting the Parsoid/RESTBase server (HTTP 403)" when trying to edit an existing page with VisualEditor.

@Xelgen i'm on namecheap shared hosting. As mentioned, i only experienced this issue on a Softaculous install. When i created a manual install, this error went away.

Feb 27 2021, 8:49 PM · Editing-team (Third-party), Parsoid (Third-party), MW-1.35-release, VisualEditor

Feb 17 2021

Johnywhy added a comment to T265043: "Error contacting the Parsoid/RESTBase server (HTTP 403)" when trying to edit an existing page with VisualEditor.

still cannot save edits with Visual Editor. I can view and edit pages, but i get error on clicking Save:

"Error contacting the Parsoid/RESTBase server (HTTP 403)"

Feb 17 2021, 11:36 AM · Editing-team (Third-party), Parsoid (Third-party), MW-1.35-release, VisualEditor

Feb 11 2021

Johnywhy added a comment to T261921: Visual Editor + Apache bug. Visual Editor not working when editing or creating a page with : or / characters in the Title. e.g. http://localhost/w/index.php/User:John/Newpage.

Well, in that case, I'm at my wit's end... sorry ¯\_(ツ)_/¯.

Feb 11 2021, 11:05 PM · User-Ryasmeen, RESTBase, Parsoid, VisualEditor

Feb 8 2021

Johnywhy added a comment to T265043: "Error contacting the Parsoid/RESTBase server (HTTP 403)" when trying to edit an existing page with VisualEditor.

(also posted to extension talk page)

So, to summarize – to use VisualEditor, you'll need to grant everyone who should be able to edit the 'writeapi' right. There is no way around this, but it should be safe to do even on private wikis. I hope you found a configuration that you're happy with.

I documented this on https://www.mediawiki.org/wiki/Extension:VisualEditor#Troubleshooting (https://www.mediawiki.org/w/index.php?title=Extension:VisualEditor&diff=4285674&oldid=4285160).

Feb 8 2021, 11:48 PM · Editing-team (Third-party), Parsoid (Third-party), MW-1.35-release, VisualEditor
Johnywhy added a comment to T261921: Visual Editor + Apache bug. Visual Editor not working when editing or creating a page with : or / characters in the Title. e.g. http://localhost/w/index.php/User:John/Newpage.

thx for trying!

Feb 8 2021, 11:16 PM · User-Ryasmeen, RESTBase, Parsoid, VisualEditor
Johnywhy added a comment to T261921: Visual Editor + Apache bug. Visual Editor not working when editing or creating a page with : or / characters in the Title. e.g. http://localhost/w/index.php/User:John/Newpage.

Visual Editor needs anonymous access to read, edit and writeapi.

With my settings as shown above, Visual Editor is able to read and edit pages. Just cannot save.

Feb 8 2021, 10:54 PM · User-Ryasmeen, RESTBase, Parsoid, VisualEditor
Restricted Application added a project to T22784: Search should support searching all old revisions of the wiki pages: Discovery-Search.

essentially a power-user feature.

Feb 8 2021, 9:40 PM · Discovery-Search, CirrusSearch
Johnywhy added a comment to T261921: Visual Editor + Apache bug. Visual Editor not working when editing or creating a page with : or / characters in the Title. e.g. http://localhost/w/index.php/User:John/Newpage.

What happens with this one?

wfLoadExtension( 'VisualEditor' );
$wgGroupPermissions['*']['read'] = true;
$wgGroupPermissions['*']['edit'] = true;
$wgGroupPermissions['*']['writeapi'] = true;
Feb 8 2021, 8:36 PM · User-Ryasmeen, RESTBase, Parsoid, VisualEditor
Johnywhy added a comment to T261921: Visual Editor + Apache bug. Visual Editor not working when editing or creating a page with : or / characters in the Title. e.g. http://localhost/w/index.php/User:John/Newpage.

Remove everything except

wfLoadExtension( 'VisualEditor' );

from your config and see if that works.

Feb 8 2021, 9:12 AM · User-Ryasmeen, RESTBase, Parsoid, VisualEditor
Johnywhy added a comment to T261921: Visual Editor + Apache bug. Visual Editor not working when editing or creating a page with : or / characters in the Title. e.g. http://localhost/w/index.php/User:John/Newpage.

Try the code snippet I mentioned above
The correct bug report for your problem is T265043

Feb 8 2021, 2:27 AM · User-Ryasmeen, RESTBase, Parsoid, VisualEditor

Feb 7 2021

Johnywhy added a comment to T261921: Visual Editor + Apache bug. Visual Editor not working when editing or creating a page with : or / characters in the Title. e.g. http://localhost/w/index.php/User:John/Newpage.

If VisualEditor is not working at all for you, you are in the wrong bug report.... this bug report is about Visual Editor not working with pages containing /. All other pages should work fine. If that's not the case for you, your problem with VisualEditor lies elsewhere.

Feb 7 2021, 10:46 PM · User-Ryasmeen, RESTBase, Parsoid, VisualEditor
Johnywhy added a comment to T261921: Visual Editor + Apache bug. Visual Editor not working when editing or creating a page with : or / characters in the Title. e.g. http://localhost/w/index.php/User:John/Newpage.

For a standard MediaWiki installation, you don't need any configuration except

wfLoadExtension( 'VisualEditor' );

which is usually done automatically.

Feb 7 2021, 10:22 PM · User-Ryasmeen, RESTBase, Parsoid, VisualEditor
Johnywhy added a comment to T261921: Visual Editor + Apache bug. Visual Editor not working when editing or creating a page with : or / characters in the Title. e.g. http://localhost/w/index.php/User:John/Newpage.

! In T261921#6809371, @TheConen wrote:
Since MediaWiki 1.35, Parsoid is a PHP based service

Feb 7 2021, 9:37 PM · User-Ryasmeen, RESTBase, Parsoid, VisualEditor
Johnywhy added a comment to T261921: Visual Editor + Apache bug. Visual Editor not working when editing or creating a page with : or / characters in the Title. e.g. http://localhost/w/index.php/User:John/Newpage.

Absolutely

Le sam. 6 févr. 2021 14 h 54, Johnywhy <no-reply@phabricator.wikimedia.org>

Could this method be used to run Parsoid on the same server?

Feb 7 2021, 5:41 PM · User-Ryasmeen, RESTBase, Parsoid, VisualEditor

Feb 6 2021

Johnywhy added a comment to T261921: Visual Editor + Apache bug. Visual Editor not working when editing or creating a page with : or / characters in the Title. e.g. http://localhost/w/index.php/User:John/Newpage.

@Johnywhy, you just need to follow the installation instructions given at https://www.mediawiki.org/wiki/Extension:VisualEditor#Linking_with_Parsoid

Feb 6 2021, 7:54 PM · User-Ryasmeen, RESTBase, Parsoid, VisualEditor

Feb 3 2021

Johnywhy added a comment to T261921: Visual Editor + Apache bug. Visual Editor not working when editing or creating a page with : or / characters in the Title. e.g. http://localhost/w/index.php/User:John/Newpage.

Is it possible to use the external Parsoid service with MW 1.35?

Yes, that is what I have decided to do.

Feb 3 2021, 9:30 PM · User-Ryasmeen, RESTBase, Parsoid, VisualEditor
Johnywhy added a comment to T261921: Visual Editor + Apache bug. Visual Editor not working when editing or creating a page with : or / characters in the Title. e.g. http://localhost/w/index.php/User:John/Newpage.

This was working fine with the external Parsoid service

Feb 3 2021, 11:11 AM · User-Ryasmeen, RESTBase, Parsoid, VisualEditor
Johnywhy created T273707: "Thanked" changes to "Thank" after posting a reply.
Feb 3 2021, 4:26 AM · Growth-Team-Filtering, StructuredDiscussions, Thanks, Growth-Team

Nov 29 2018

RazeSoldier awarded T191442: 'Send thanks' button fails on Flow thanks page: "The postid parameter must be set" a Like token.
Nov 29 2018, 1:21 PM · MW-1.33-notes (1.33.0-wmf.2; 2018-10-30), Growth-Team, Mobile, Collaboration-Team-Triage (Collab-Team-This-Quarter), StructuredDiscussions, Thanks

Nov 18 2018

Johnywhy added a comment to T195761: Bug: When a Talk Page is Refreshed After Saving Edits, it Re-Enters Edit-Mode.

Will report back next time I try.

Nov 18 2018, 10:01 PM · VisualEditor-MediaWiki-2017WikitextEditor, VisualEditor, MediaWiki-Page-editing

Sep 11 2018

Johnywhy updated subscribers of T192330: Remove "own work" requirement from default-uploader default verbiage.

@Johnywhy: The language that was used in the previous comment is belittling ("I assume you know that." No, I did not) and insulting.

Sep 11 2018, 4:04 PM · MediaWiki-Uploading

Aug 7 2018

Johnywhy added a comment to T191591: Make usernames case-insensitive.

Did you understand it?

@Johnywhy: Please read https://www.mediawiki.org/wiki/Bug_management/Phabricator_etiquette and https://www.mediawiki.org/wiki/Code_of_Conduct if you'd like to stay active in Wikimedia Phabricator. Thanks.
(For clarification: I'm explicitly asking you to change your tone which quickly turns things personal, also based on more of your comments you have made in Wikimedia Phabricator in the past.)

Aug 7 2018, 7:38 PM · MediaWiki-Core-AuthManager, MediaWiki-User-login-and-signup

Aug 4 2018

Johnywhy added a comment to T191577: In StructuredDiscussions, keep the toolbar visible when scrolling.

Exactly how often do you consider often enough?
Do you understand the importance of consistent headers? Currently, they are not consistent.

Aug 4 2018, 3:43 PM · Growth-Team, StructuredDiscussions, Collaboration-Team-Triage, Vector (legacy skin)
Johnywhy reopened T191591: Make usernames case-insensitive as "Open".

T138147: allow lower-case user names is not a duplicate. Different.

Aug 4 2018, 3:41 PM · MediaWiki-Core-AuthManager, MediaWiki-User-login-and-signup
Johnywhy added a comment to T191591: Make usernames case-insensitive.

No, that is NOT a duplicate. Did you read it? Did you understand it?

Aug 4 2018, 3:41 PM · MediaWiki-Core-AuthManager, MediaWiki-User-login-and-signup

Jul 5 2018

Johnywhy added a comment to T198746: Bug? MediaWiki Editor Fails to Include Leading Colon when Linking to Category.

Sorry, you're right. I posted this before I saw the original report.

Jul 5 2018, 2:54 PM · WikiEditor

Jul 3 2018

Johnywhy updated the task description for T198746: Bug? MediaWiki Editor Fails to Include Leading Colon when Linking to Category.
Jul 3 2018, 7:26 PM · WikiEditor
Johnywhy updated the task description for T198746: Bug? MediaWiki Editor Fails to Include Leading Colon when Linking to Category.
Jul 3 2018, 6:58 PM · WikiEditor
Johnywhy created T198746: Bug? MediaWiki Editor Fails to Include Leading Colon when Linking to Category.
Jul 3 2018, 6:57 PM · WikiEditor

Jul 2 2018

Johnywhy added a comment to T198577: 1.31 API Not Returning Data to Parser Function When Logged-In as Admin..

That's what you would do from a client program

Jul 2 2018, 7:52 PM · MediaWiki-extensions-ExternalData
Johnywhy added a comment to T198577: 1.31 API Not Returning Data to Parser Function When Logged-In as Admin..

Ok, thx for clarifying.

Jul 2 2018, 7:20 PM · MediaWiki-extensions-ExternalData
Johnywhy renamed T198577: 1.31 API Not Returning Data to Parser Function When Logged-In as Admin. from 1.31 API Not Returning Data to Parser Function? to 1.31 API Not Returning Data to Parser Function When Logged-In as Admin..
Jul 2 2018, 6:11 PM · MediaWiki-extensions-ExternalData
Johnywhy updated subscribers of T198577: 1.31 API Not Returning Data to Parser Function When Logged-In as Admin..
Jul 2 2018, 6:07 PM · MediaWiki-extensions-ExternalData
Johnywhy added projects to T198577: 1.31 API Not Returning Data to Parser Function When Logged-In as Admin.: ApiFeatureUsage, MediaWiki-Action-API.
Jul 2 2018, 6:05 PM · MediaWiki-extensions-ExternalData
Johnywhy reopened T198577: 1.31 API Not Returning Data to Parser Function When Logged-In as Admin. as "Open".
Jul 2 2018, 5:53 PM · MediaWiki-extensions-ExternalData
Johnywhy added a comment to T198577: 1.31 API Not Returning Data to Parser Function When Logged-In as Admin..

No, it's not invalid. We still don't know the cause.
Disabling anonymous read when logged in as admin shouldn't break anything.

Jul 2 2018, 5:53 PM · MediaWiki-extensions-ExternalData
Johnywhy added a comment to T198577: 1.31 API Not Returning Data to Parser Function When Logged-In as Admin..

ok, found the issue. Disabling anonymous reads on the wiki breaks this.
Now i need to determine which specific page is needed. Not sure how to do that.

Jul 2 2018, 5:08 PM · MediaWiki-extensions-ExternalData
Johnywhy added a project to T198577: 1.31 API Not Returning Data to Parser Function When Logged-In as Admin.: MediaWiki-Action-API.
Jul 2 2018, 4:58 PM · MediaWiki-extensions-ExternalData
Johnywhy added a comment to T198577: 1.31 API Not Returning Data to Parser Function When Logged-In as Admin..
Jul 2 2018, 4:51 PM · MediaWiki-extensions-ExternalData
Johnywhy added a comment to T198577: 1.31 API Not Returning Data to Parser Function When Logged-In as Admin..

@Anomie the code i'm using works on MW 1.30. Only failed after upgrading to 1.31.
Until we really know the precise cause of the problem, i think you cannot guess what the source is. All code involved is equally suspect-- my code, the extension, MW, and php.

Jul 2 2018, 4:11 PM · MediaWiki-extensions-ExternalData

Jul 1 2018

Johnywhy added a project to T198577: 1.31 API Not Returning Data to Parser Function When Logged-In as Admin.: ParserFunctions.
Jul 1 2018, 10:28 PM · MediaWiki-extensions-ExternalData
Johnywhy renamed T198577: 1.31 API Not Returning Data to Parser Function When Logged-In as Admin. from 1.31 API Not Returning Data to Template? to 1.31 API Not Returning Data to Parser Function?.
Jul 1 2018, 10:27 PM · MediaWiki-extensions-ExternalData
Johnywhy updated the task description for T198577: 1.31 API Not Returning Data to Parser Function When Logged-In as Admin..
Jul 1 2018, 10:26 PM · MediaWiki-extensions-ExternalData
Johnywhy created T198577: 1.31 API Not Returning Data to Parser Function When Logged-In as Admin..
Jul 1 2018, 10:24 PM · MediaWiki-extensions-ExternalData
Johnywhy created T198549: Vandalism?.
Jul 1 2018, 4:02 AM · Phabricator
Johnywhy updated subscribers of T198025: Bug? Page_Forms Incompatible with Moderation?.

@Vvjjkkii what is the meaning of these nonsense edits and tags?

Jul 1 2018, 4:01 AM · MediaWiki-extensions-Page_Forms
Johnywhy updated subscribers of T197973: Bug? Page_Forms: Free-text Invades Sections.

@Vvjjkkii what is the meaning of these nonsense edits and tags?

Jul 1 2018, 4:01 AM · MediaWiki-extensions-Page_Forms

Jun 30 2018

Johnywhy added a comment to T197973: Bug? Page_Forms: Free-text Invades Sections.

When editing sections, category tags are indeed included

Jun 30 2018, 12:34 AM · MediaWiki-extensions-Page_Forms

Jun 26 2018

Johnywhy added a comment to T196412: Fix "PHP Warning: count(): Parameter must be an array or Countable" in FlaggedRevs/backend/FRUserActivity.php.

This task is about code in the FlaggedRevs codebase. Why should it be related?

Jun 26 2018, 12:22 AM · MW-1.32-notes (WMF-deploy-2018-10-16 (1.32.0-wmf.26)), Patch-For-Review, PHP 7.2 support, MediaWiki-extensions-FlaggedRevs

Jun 25 2018

Johnywhy added a comment to T197893: PHP Warning: count(): Parameter must be an array or an object that implements Countable in /srv/mediawiki/w/includes/media/Exif.php on line 745.

Fantastic. Is this the issue?
https://github.com/Alexia/DynamicPageList/issues/55

Jun 25 2018, 2:23 PM · PHP 7.2 support, MediaWiki-General
Johnywhy added a comment to T182377: Parameter must be an array or an object that implements Countable.

related?
https://phabricator.wikimedia.org/T197893#4310406

Jun 25 2018, 7:33 AM · Patch-For-Review, PHP 7.2 support, MediaWiki-File-management
Johnywhy added a comment to T196412: Fix "PHP Warning: count(): Parameter must be an array or Countable" in FlaggedRevs/backend/FRUserActivity.php.

Related?
https://phabricator.wikimedia.org/T197893#4310406

Jun 25 2018, 7:32 AM · MW-1.32-notes (WMF-deploy-2018-10-16 (1.32.0-wmf.26)), Patch-For-Review, PHP 7.2 support, MediaWiki-extensions-FlaggedRevs
Johnywhy added a comment to T197893: PHP Warning: count(): Parameter must be an array or an object that implements Countable in /srv/mediawiki/w/includes/media/Exif.php on line 745.

v 1.31 new install
DPL3.

Jun 25 2018, 7:31 AM · PHP 7.2 support, MediaWiki-General
Johnywhy added a comment to T198025: Bug? Page_Forms Incompatible with Moderation?.

Okey-dokey, thx.

Jun 25 2018, 5:59 AM · MediaWiki-extensions-Page_Forms

Jun 24 2018

Johnywhy created T198025: Bug? Page_Forms Incompatible with Moderation?.
Jun 24 2018, 2:19 AM · MediaWiki-extensions-Page_Forms

Jun 23 2018

Johnywhy added a comment to T197973: Bug? Page_Forms: Free-text Invades Sections.

that usually means "as time permits" and does not mean that they are responsible for every bug

Jun 23 2018, 12:22 AM · MediaWiki-extensions-Page_Forms

Jun 22 2018

Johnywhy updated the task description for T197973: Bug? Page_Forms: Free-text Invades Sections.
Jun 22 2018, 6:37 PM · MediaWiki-extensions-Page_Forms
Johnywhy placed T197973: Bug? Page_Forms: Free-text Invades Sections up for grabs.
Jun 22 2018, 6:35 PM · MediaWiki-extensions-Page_Forms
Johnywhy updated the task description for T197973: Bug? Page_Forms: Free-text Invades Sections.
Jun 22 2018, 6:33 PM · MediaWiki-extensions-Page_Forms
Johnywhy added a comment to T197973: Bug? Page_Forms: Free-text Invades Sections.

i'm not the maintainer. The author is the maintainer of the extension. Therefor, the author already has volunteered to maintain the extension. Being "maintainer" includes bug-fixes, doesn't it?

Jun 22 2018, 6:32 PM · MediaWiki-extensions-Page_Forms
Johnywhy updated the task description for T197973: Bug? Page_Forms: Free-text Invades Sections.
Jun 22 2018, 4:43 PM · MediaWiki-extensions-Page_Forms
Johnywhy created T197973: Bug? Page_Forms: Free-text Invades Sections.
Jun 22 2018, 4:41 PM · MediaWiki-extensions-Page_Forms

Jun 21 2018

Johnywhy added a comment to T154276: Pattern field is broken.
Jun 21 2018, 6:42 PM · MediaWiki-extensions-Nuke

Jun 18 2018

Johnywhy added a comment to T195761: Bug: When a Talk Page is Refreshed After Saving Edits, it Re-Enters Edit-Mode.

May be related.
Page title says "Edit", even though url doesn't contain action=edit

Screenshot (338).png (152×586 px, 19 KB)

Jun 18 2018, 3:36 PM · VisualEditor-MediaWiki-2017WikitextEditor, VisualEditor, MediaWiki-Page-editing

Jun 3 2018

Johnywhy added a comment to T195728: Option to Turn Off Status Updates in Phabricator Task-Threads.

@Aklapper phabricator dev says muting is stronger than mentions.
https://discourse.phabricator-community.org/t/request-less-obtrusive-status-updates/1530/15

Jun 3 2018, 2:03 PM · Upstream, Phabricator (Upstream)

Jun 2 2018

Johnywhy updated subscribers of T195728: Option to Turn Off Status Updates in Phabricator Task-Threads.

I tried to unsubscribe you just now, but it appears i don't have that power. Sorry about that.

Jun 2 2018, 12:05 AM · Upstream, Phabricator (Upstream)

Jun 1 2018

Johnywhy added a comment to T195761: Bug: When a Talk Page is Refreshed After Saving Edits, it Re-Enters Edit-Mode.

@Deskana here's a screen capture of this bug on Firefox. I'm getting identical behavior on Chrome. Can you possibly share a capture of your test, so i can see what we're doing differently?

Jun 1 2018, 8:49 PM · VisualEditor-MediaWiki-2017WikitextEditor, VisualEditor, MediaWiki-Page-editing

May 31 2018

Johnywhy added a comment to T195761: Bug: When a Talk Page is Refreshed After Saving Edits, it Re-Enters Edit-Mode.

@Aklapper have you duplicated the problem?

May 31 2018, 7:23 AM · VisualEditor-MediaWiki-2017WikitextEditor, VisualEditor, MediaWiki-Page-editing

May 30 2018

Johnywhy added a comment to T195931: Deleted task. Disregard.

(See https://www.mediawiki.org/wiki/Phabricator/Help for general information / help on Phabricator.)

May 30 2018, 9:12 AM
Johnywhy renamed T195931: Deleted task. Disregard from Bug? Phabricator external links with display-text not working to Deleted task. Disregard.
May 30 2018, 9:04 AM
Johnywhy changed the status of T195761: Bug: When a Talk Page is Refreshed After Saving Edits, it Re-Enters Edit-Mode from Stalled to Open.
May 30 2018, 8:00 AM · VisualEditor-MediaWiki-2017WikitextEditor, VisualEditor, MediaWiki-Page-editing
Johnywhy added a comment to T76993: Quoting shouldn't readd me to a task I've unsubscribed from.
In T76993#824543, @Qgil wrote:

A mere reply... to a comment you made. Isn't it reasonable to expect that the commenter wants you to know?

May 30 2018, 7:54 AM · Upstream, Phabricator (Upstream)
Johnywhy added a comment to T195931: Deleted task. Disregard.

This post is NOT asking how to delete MediaWiki pages.

May 30 2018, 7:49 AM
Johnywhy added a comment to T195936: Phabricator does not turn external links without a protocol prefix into links.

@Zoranzoki21 thx, but this thread has absolutely nothing to do with my post that you merged into it.

May 30 2018, 7:47 AM · Phabricator (Upstream), Upstream, User-Kizule
Johnywhy updated subscribers of T195728: Option to Turn Off Status Updates in Phabricator Task-Threads.

@Aklapper, Phabricator Support informed me:

Aklapper can now Mute the conversation, which should stop this. Also, since he’d removed himself from the subscribers, it shouldn’t auto-add him on mentions.

https://discourse.phabricator-community.org/t/request-less-obtrusive-status-updates/1530/4?u=johnywhy

May 30 2018, 7:33 AM · Upstream, Phabricator (Upstream)

May 29 2018

Johnywhy renamed T195931: Deleted task. Disregard from deteled (how to delete?) to deleted (how to delete?).
May 29 2018, 11:30 PM
Johnywhy renamed T195931: Deleted task. Disregard from Bug? Phabricator external links with display-text not working to deteled (how to delete?).
May 29 2018, 11:29 PM
Johnywhy created T195931: Deleted task. Disregard.
May 29 2018, 11:28 PM
Johnywhy added a comment to T195728: Option to Turn Off Status Updates in Phabricator Task-Threads.
In T195728#4239408, Aklapper wrote:

Please stop CC'ing me by quoting my name. Thanks.

May 29 2018, 11:23 PM · Upstream, Phabricator (Upstream)
Johnywhy updated subscribers of T195728: Option to Turn Off Status Updates in Phabricator Task-Threads.
May 29 2018, 1:42 PM · Upstream, Phabricator (Upstream)
Johnywhy updated the task description for T195728: Option to Turn Off Status Updates in Phabricator Task-Threads.
May 29 2018, 1:39 PM · Upstream, Phabricator (Upstream)
Johnywhy updated the task description for T195761: Bug: When a Talk Page is Refreshed After Saving Edits, it Re-Enters Edit-Mode.
May 29 2018, 1:13 PM · VisualEditor-MediaWiki-2017WikitextEditor, VisualEditor, MediaWiki-Page-editing
Johnywhy added a comment to T195761: Bug: When a Talk Page is Refreshed After Saving Edits, it Re-Enters Edit-Mode.

i have duplicated this problem on Firefox, new clean Firefox downloaded today. On windows 8.x

May 29 2018, 1:11 PM · VisualEditor-MediaWiki-2017WikitextEditor, VisualEditor, MediaWiki-Page-editing
Johnywhy updated subscribers of T195728: Option to Turn Off Status Updates in Phabricator Task-Threads.

Please do not re-subscribe me to a task after I have unsubscribed myself from a task.

May 29 2018, 12:39 PM · Upstream, Phabricator (Upstream)
Johnywhy updated the task description for T195761: Bug: When a Talk Page is Refreshed After Saving Edits, it Re-Enters Edit-Mode.
May 29 2018, 9:45 AM · VisualEditor-MediaWiki-2017WikitextEditor, VisualEditor, MediaWiki-Page-editing
Johnywhy updated the task description for T195761: Bug: When a Talk Page is Refreshed After Saving Edits, it Re-Enters Edit-Mode.
May 29 2018, 9:44 AM · VisualEditor-MediaWiki-2017WikitextEditor, VisualEditor, MediaWiki-Page-editing
Johnywhy updated the task description for T195761: Bug: When a Talk Page is Refreshed After Saving Edits, it Re-Enters Edit-Mode.
May 29 2018, 9:42 AM · VisualEditor-MediaWiki-2017WikitextEditor, VisualEditor, MediaWiki-Page-editing
Johnywhy updated the task description for T195761: Bug: When a Talk Page is Refreshed After Saving Edits, it Re-Enters Edit-Mode.
May 29 2018, 9:42 AM · VisualEditor-MediaWiki-2017WikitextEditor, VisualEditor, MediaWiki-Page-editing
Johnywhy updated the task description for T195761: Bug: When a Talk Page is Refreshed After Saving Edits, it Re-Enters Edit-Mode.
May 29 2018, 9:42 AM · VisualEditor-MediaWiki-2017WikitextEditor, VisualEditor, MediaWiki-Page-editing
Johnywhy updated the task description for T195761: Bug: When a Talk Page is Refreshed After Saving Edits, it Re-Enters Edit-Mode.
May 29 2018, 9:41 AM · VisualEditor-MediaWiki-2017WikitextEditor, VisualEditor, MediaWiki-Page-editing
Johnywhy added a comment to T195761: Bug: When a Talk Page is Refreshed After Saving Edits, it Re-Enters Edit-Mode.

Bug found on IE too.
I've added more detail to my test steps.
Please try again with my updated steps.

May 29 2018, 9:39 AM · VisualEditor-MediaWiki-2017WikitextEditor, VisualEditor, MediaWiki-Page-editing
Johnywhy updated the task description for T195761: Bug: When a Talk Page is Refreshed After Saving Edits, it Re-Enters Edit-Mode.
May 29 2018, 9:38 AM · VisualEditor-MediaWiki-2017WikitextEditor, VisualEditor, MediaWiki-Page-editing
Johnywhy added a comment to T195761: Bug: When a Talk Page is Refreshed After Saving Edits, it Re-Enters Edit-Mode.

on chrome browser?

[…] using the steps provided in the task description […]

The answer to your question is in the comment I wrote. Yes.

May 29 2018, 9:32 AM · VisualEditor-MediaWiki-2017WikitextEditor, VisualEditor, MediaWiki-Page-editing
Johnywhy added a comment to T195761: Bug: When a Talk Page is Refreshed After Saving Edits, it Re-Enters Edit-Mode.

I made an edit to the page using the steps provided in the task description, and could not reproduce the problem.

May 29 2018, 9:29 AM · VisualEditor-MediaWiki-2017WikitextEditor, VisualEditor, MediaWiki-Page-editing
Johnywhy updated the task description for T195761: Bug: When a Talk Page is Refreshed After Saving Edits, it Re-Enters Edit-Mode.
May 29 2018, 9:22 AM · VisualEditor-MediaWiki-2017WikitextEditor, VisualEditor, MediaWiki-Page-editing
Johnywhy changed the status of T195761: Bug: When a Talk Page is Refreshed After Saving Edits, it Re-Enters Edit-Mode from Stalled to Open.
May 29 2018, 9:21 AM · VisualEditor-MediaWiki-2017WikitextEditor, VisualEditor, MediaWiki-Page-editing
Johnywhy added a comment to T195761: Bug: When a Talk Page is Refreshed After Saving Edits, it Re-Enters Edit-Mode.

i have explained what's incorrect. What's missing from my description?

May 29 2018, 9:21 AM · VisualEditor-MediaWiki-2017WikitextEditor, VisualEditor, MediaWiki-Page-editing
Johnywhy added a comment to T195761: Bug: When a Talk Page is Refreshed After Saving Edits, it Re-Enters Edit-Mode.

you still have not duplicated my test conditions.

May 29 2018, 8:48 AM · VisualEditor-MediaWiki-2017WikitextEditor, VisualEditor, MediaWiki-Page-editing
Johnywhy added a comment to T195728: Option to Turn Off Status Updates in Phabricator Task-Threads.

I've submitted a request to Phacility. Have you?
https://discourse.phabricator-community.org/t/request-less-obtrusive-status-updates/1530

May 29 2018, 8:46 AM · Upstream, Phabricator (Upstream)