** Changed in: webbrowser-app Importance: Medium => Low -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu. https://bugs.launchpad.net/bugs/1122154
Title: [browser] improve the implementation of selection resizing Status in Web Browser App: Confirmed Status in “webbrowser-app” package in Ubuntu: Confirmed Bug description: (see also bug #1122145 that should be fixed as a prerequisite) The selection functionality in the browser allows the user to resize the selection rectangle by dragging one of the four handles to include additional blocks. The current implementation is rather naïve, it computes the center of the resized selection, gets the DOM element below this point, and iterates up the DOM tree until it finds the largest ancestor that fits in the selection rectangle. This is hopefully good enough for the demo (considering the tight deadline), but it should be made smarter afterwards. This bug report should be used to gather ideas on how to make the feature smarter, and track their implementation. To manage notifications about this bug go to: https://bugs.launchpad.net/webbrowser-app/+bug/1122154/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp