[webkit-dev] Re: gtk port

Alp Toker alp at atoker.com
Mon Nov 19 04:43:07 PST 2007


zaheer ahmad wrote:
> hi,
> i used the patch below and had success in rendering arabic webpages.
> however this seems to have broken the text search,
>
> Font::selectionRectForText ->  selectionRectForComplexText(run, style,
> point, h, from, to); seems to be returning incorrect values.
>   

Hey,

selectionRectForComplexText() is unimplemented. It just returns IntRect(), so text selection and similar features will not work. This should not take more than 20 minutes to implement -- patches welcome.




More information about the webkit-dev mailing list