[Webkit-unassigned] [Bug 7562] Safari does not allow to access (copy) CSS generated content

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 13 16:50:53 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=7562


Nicholas Wilson <nicholas at nicholaswilson.me.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nicholas at nicholaswilson.me.
                   |                            |uk




--- Comment #8 from Nicholas Wilson <nicholas at nicholaswilson.me.uk>  2010-04-13 16:50:52 PST ---
Sorry to spam, but there are definitely some fancy cases in TextIterator.cpp I
have not got right. The patch has some slight regressions. It is clear what I
am trying to do though, but I do not know enough about the way the RTL and
whitespace formatting works to not break those. If someone who knows the file
or line-break model better could help, I would be grateful.

I think what we would ultimately like to do is a bit different, which is to
check every node we process, doing:
  (if parent is a qTag && this is parent's first child && startOffset = 0)
    then emit the start quote
and at the end
  (if parent is qTag && this is parent's last child && endOffset = length of
this node)
    then emit the end quote

To get it really right, with correctly alternating nested quotes, a few extra
chunks of code will be needed. Is this at all the right approach to be taking?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list