NEW 119898
'' + obj and obj.toString() behave differently on objects returned by attributedString.getAttributeValueAtIndex
https://bugs.webkit.org/show_bug.cgi?id=119898
Summary '' + obj and obj.toString() behave differently on objects returned by attribu...
Ryosuke Niwa
Reported 2013-08-16 10:19:40 PDT
While var value = '' + attributedString.getAttributeValueAtIndex(attributeNames[j], location); results in value containing useful description string like: "Times-Roman 16.00 pt. P [] (0x7f889c3225e0) fobj=0x7f889c322240, spc=4.00" var value = attributedString.getAttributeValueAtIndex(attributeNames[j], location).toString() results in value containing: [object ObjCRuntimeObject]
Attachments
Radar WebKit Bug Importer
Comment 1 2014-10-28 23:52:46 PDT
Note You need to log in before you can comment on or make changes to this bug.