Open Bug 631203 Opened 13 years ago Updated 2 years ago

nsITextControlElement::GetRows and GetCols should return a PRUint32 and don't have there own logic

Categories

(Core :: DOM: Core & HTML, defect, P5)

defect

Tracking

()

People

(Reporter: mounir, Unassigned)

References

Details

nsITextControlElement have two methods returning the number of rows/cols of a text field. These methods have their own logic (they do not just return a value).
Now, input.size, textarea.cols and textarea.rows return an unsigned long so we should be able to have these methods simply calling the IDL methods:
nsHTMLInputElement::GetCols
nsHTMLTextAreaElement::GetCols
nsHTMLTextAreaElement::GetRows
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046

Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.

If you have questions, please contact :mdaly.
Priority: -- → P5
Component: DOM → DOM: Core & HTML
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.