Closed Bug 919116 Opened 11 years ago Closed 10 years ago

Can't insert HTML entities with the inspector.

Categories

(DevTools :: Inspector, defect)

24 Branch
x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: josmiguel92, Unassigned)

Details

Attachments

(1 file)

User Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Firefox/24.0 (Beta/Release)
Build ID: 20130910160258

Steps to reproduce:

Like Bug 835964.

when i try define a property in the inspector, like class or id, html entities are replaced by the equivalent code.

example:
class='default'
 is replaced by 
class='default'
for this reason the property is not renderized

if type: $('body') is presented $('body')
etc.
Component: Untriaged → Developer Tools: Inspector
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:35.0) Gecko/20100101 Firefox/35.0
Nightly: 35.0a1 (2014-09-06)

I tried it and it works fine for me.

Steps to reproduce:
- select element
- hit tab until the cursor is just behind the last attribute
- hit 'space bar'
- enter attribute and value
- hit 'enter'

Going to attach a video as well. Is this still broken for you josmiguel92?
Flags: needinfo?(josmiguel92)
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:37.0) Gecko/20100101 Firefox/37.0

WFM as Albert previously said.

When trying to insert a &shy; into content text it was necessary to open the edit area with the Edit As HTML context menu of the parent <p>. Simply double clicking the text and typing &shy; gave the result &amp;shy; as stated in bug 835964.

The ways how the different edit areas are opened affects the handling of the typed in data.
Thanks HB. Closing as WFM.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
clearing needinfo
Flags: needinfo?(josmiguel92)
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: