Description
Description
Details
Details
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Copy placeholders over to VE surfaces | mediawiki/extensions/Flow | master | +14 -11 |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Open | None | T95512 Flow entry fields should not look terrible | |||
Resolved | Catrope | T97457 Flow edit area should have a placeholder when in VE mode | |||
Resolved | Esanders | T96593 Be able to set placeholder text (generic content?) on an empty CE surface |
Event Timeline
Comment Actions
Change 221777 had a related patch set uploaded (by Catrope):
Use placeholder support in VE once it becomes available
Comment Actions
- https://phabricator.wikimedia.org/T97451 "Make source/wikitext icon consistent" is still Open.
Presently there is a difference between icons:
<a title="Switch to Wikitext editor" role="button" class="oo-ui-tool-link" aria-disabled="false" tabindex="0"> <span class="oo-ui-iconElement-icon oo-ui-icon-flow-switch-editor"></span><span class="oo-ui-tool-title">Switch to Wikitext editor</span> <span dir="ltr" class="oo-ui-tool-accel" lang="en"></span></a></span>
vs
<a href="#" title="Switch to VisualEditor" class="mw-ui-button flow-js flow-editor-switcher mw-ui-checked" data-flow-interactive-handler="switchEditor" data-flow-target="< .flow-editor textarea.flow-editor-initialized"> </> </a>
- Refer to 3.A on https://phabricator.wikimedia.org/T96421: Switch to wikitext mode.
It should be a regular pressed button. That is, look dark grey, not green. (T94877).
On the mock-up the pressed button looks darker - but currently there is:
mw-ui-button:active, .mw-ui-button.mw-ui-checked {
background: #CCC none repeat scroll 0% 0%; box-shadow: none;