Page MenuHomePhabricator

Page loads incorrectly when egLogEntryMultiLine or egLogEntryMultiLineRows is set
Open, LowestPublicBUG REPORT

Description

Author: morse.caleb

Description:
Patch to fix the problem

Whenever the egLogEntryMultiLine or eqLogEntryMultiLineRows variables are set the page fails to load correctly because it is creating the <textarea> element as self-closing.

Problem appears to happen in all major browsers.


Version: unspecified
Severity: major

attachment patch.diff ignored as obsolete

Details

Reference
bz17406

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 21 2014, 10:29 PM
bzimport set Reference to bz17406.

morse.caleb wrote:

Patch uses textarea function in Xml class

Noticed that the XML class has a function specifically for creating textarea elements.

attachment changes.diff ignored as obsolete

morse.caleb wrote:

Removed width:100%

Removed width:100% because that is already set globally by main.css.

Attached:

*Bulk BZ Change: +Patch to open bugs with patches attached that are missing the keyword*

sumanah wrote:

Adding "need-review" keyword to indicate patch awaits review. I'm sorry for the wait, Caleb.

morse.caleb wrote:

Sumana, don't worry about it. I had completely forgotten that I had submitted this patch anyways.

According to https://www.mediawiki.org/wiki/Extension:LogEntry this extension
hasn't been updated since 2008. Assuming Lowest priority.

Aklapper changed the subtype of this task from "Task" to "Bug Report".Feb 6 2022, 7:18 PM