EBernhardson has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/119525

Change subject: Remove title attributes from textarea
......................................................................

Remove title attributes from textarea

Change-Id: Ib508321ba09b6544b675e54774d4231b29f1c52a
---
M templates/post.html.php
M templates/topiclist.html.php
2 files changed, 0 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow 
refs/changes/25/119525/1

diff --git a/templates/post.html.php b/templates/post.html.php
index 9c77872..d92ecf1 100644
--- a/templates/post.html.php
+++ b/templates/post.html.php
@@ -38,7 +38,6 @@
                ) ) .
                Html::textarea( $block->getName() . '_content', '', array(
                        'placeholder' => $placeHolder,
-                       'title' => $placeHolder,
                        'class' => 'flow-reply-content mw-ui-input',
                        'rows' => '10',
                ) ) .
diff --git a/templates/topiclist.html.php b/templates/topiclist.html.php
index b69ddb7..1dccc84 100644
--- a/templates/topiclist.html.php
+++ b/templates/topiclist.html.php
@@ -25,7 +25,6 @@
        }
        echo Html::textarea( $block->getName() . '_content', '', array(
                'placeholder' => wfMessage( 'flow-newtopic-content-placeholder' 
)->text(),
-               'title' => wfMessage( 'flow-newtopic-content-placeholder' 
)->text(),
                'class' => 'flow-newtopic-step2 flow-newtopic-content 
mw-ui-input',
                'rows' => '10',
        ) );

-- 
To view, visit https://gerrit.wikimedia.org/r/119525
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib508321ba09b6544b675e54774d4231b29f1c52a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to