ASSIGNED 114982
Web Inspector: InspectorCSSAgent::SetPropertyTextAction has a bad mergeId
https://bugs.webkit.org/show_bug.cgi?id=114982
Summary Web Inspector: InspectorCSSAgent::SetPropertyTextAction has a bad mergeId
Timothy Hatcher
Reported 2013-04-22 12:23:50 PDT
The mergeId for InspectorCSSAgent::SetPropertyTextAction is: String::format("SetPropertyText %s:%u:%s", m_styleSheet->id().utf8().data(), m_propertyIndex, m_overwrite ? "true" : "false"); But if you have two properties from different rules but the same index those would merge if edited back to back. We should include m_cssId.ordinal() in there.
Attachments
Timothy Hatcher
Comment 1 2014-01-10 15:37:12 PST
Moving to the right component.
Radar WebKit Bug Importer
Comment 2 2014-01-10 15:37:26 PST
Note You need to log in before you can comment on or make changes to this bug.