Page MenuHomePhorge

D26045.1749283630.diff
No OneTemporary

D26045.1749283630.diff

diff --git a/src/view/form/control/AphrontFormTextAreaControl.php b/src/view/form/control/AphrontFormTextAreaControl.php
--- a/src/view/form/control/AphrontFormTextAreaControl.php
+++ b/src/view/form/control/AphrontFormTextAreaControl.php
@@ -84,6 +84,7 @@
'textarea',
array(
'name' => $this->getName(),
+ 'aria-label' => $this->getName(),
'disabled' => $this->getDisabled() ? 'disabled' : null,
'readonly' => $this->getReadOnly() ? 'readonly' : null,
'class' => $classes,

File Metadata

Mime Type
text/plain
Expires
Sat, Jun 7, 08:07 (10 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1753261
Default Alt Text
D26045.1749283630.diff (551 B)

Event Timeline