Hi,
While working on getting text bounds work I discovered that
QWebFrame::hitTestContent(QPoint()) hits the outermost element, inside body.
Consider the below HTML,
some text...
...
some other text..
Now we have two QPoints;
QPoint pt1 => which points somewhere within p1
QPoint pt2 => which p
El Dilluns, 3 de juny de 2013, a les 01:52:04, Jaydeep Solanki va escriure:
> Hi,
> While working on getting text bounds work I discovered that
> QWebFrame::hitTestContent(QPoint()) hits the outermost element, inside body.
>
> Consider the below HTML,
>
>
> some text...
> ...
> some other text..
> On June 1, 2013, 3:40 p.m., Albert Astals Cid wrote:
> > Looks good for me besides one small thing, in editFormList and
> > editFormCombo you are passing the "old" values while in editFormText and
> > editFormButtons you are not (you get them from the forms themselves) is it
> > possible not
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/110589/
---
(Updated June 3, 2013, 1:28 a.m.)
Review request for Okular.
Changes
---
> On June 1, 2013, 3:40 p.m., Albert Astals Cid wrote:
> > Looks good for me besides one small thing, in editFormList and
> > editFormCombo you are passing the "old" values while in editFormText and
> > editFormButtons you are not (you get them from the forms themselves) is it
> > possible not