Closed Bug 1107872 Opened 10 years ago Closed 10 years ago

innerText

Categories

(Firefox :: Untriaged, defect, P5)

34 Branch
x86_64
Windows 8.1
defect

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
Severity: normal → major
Priority: -- → P5
Use textContent instead.
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.