Closed
Bug 1107872
Opened 10 years ago
Closed 10 years ago
innerText
Categories
(Firefox :: Untriaged, defect, P5)
Tracking
()
RESOLVED
DUPLICATE
of bug 264412
People
(Reporter: anita.madhwani06, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36
Steps to reproduce:
I wanted to display the value in the table tag and I used the innerText property of the <label> tag. I used the document.getElementById("id").innerText="value";
Actual results:
It did not display any value in the label area.
Expected results:
It shoul have the displayed the value in the table area
Reporter | ||
Updated•10 years ago
|
Severity: normal → major
Priority: -- → P5
Comment 1•10 years ago
|
||
Use textContent instead.
Updated•10 years ago
|
Severity: major → trivial
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•