Closed
Bug 581280
Opened 14 years ago
Closed 13 years ago
[E10S] Moving cursor inside input box leaves traces
Categories
(Firefox for Android Graveyard :: Panning/Zooming, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: tero.koskinen, Unassigned)
Details
Attachments
(1 file)
34.66 KB,
image/png
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; fi-FI; rv:1.9.2.6) Gecko/20100628 Ubuntu/10.04 (lucid) Firefox/3.6.6
Build Identifier:
Moving cursor inside input box leaves traces when the mobile browser is in E10S mode.
Reproducible: Always
Steps to Reproduce:
1. Put browser in E10S mode by setting browser.tabs.remote to true.
2. Open a page with input box, for example http://www.google.com/
3. Place focus to input box (and wait until the box is zoomed)
4. Type text "fdklfjkgfhgölöltrtrgfddsmbgf" or something similar.
The main thing is that the width of the letters varies.
5. Move cursor from beginning to end and back a few times..
Actual Results:
Cursor movement leaves traces.
Expected Results:
Cursor shape is cleared completely from previous place when cursor moves
forward/backward.
Happens with GTK+ and Qt desktop versions. Tested on Ubuntu Linux 10.04/i386 with Qt 4.6 and GTK+ 2.20.
Revisions used:
0a83bd05d402 for http://hg.mozilla.org/mozilla-central
8c56aff4fd8e for http://hg.mozilla.org/mobile-browser
Used mozconfig:
# Options for client.mk.
mk_add_options MOZ_BUILD_PROJECTS="xulrunner mobile"
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../mc-e10s-mobile-debug-trunk1
# Global options
ac_add_options --enable-debug
ac_add_options --disable-optimize
ac_add_options --enable-tests
ac_add_options --disable-crashreporter
# XULRunner options
ac_add_app_options xulrunner --enable-application=xulrunner
ac_add_app_options xulrunner --disable-javaxpcom
# mobile options
ac_add_app_options mobile --enable-application=mobile
ac_add_app_options mobile --with-libxul-sdk=../xulrunner/dist
ac_add_app_options mobile --enable-chrome-format=flat
# ac_add_options --enable-default-toolkit=cairo-qt
ac_add_options --disable-crashreporter
ac_add_options --enable-ipc
# export MOZ_MAKE_FLAGS=-j9
# mk_add_options MOZ_MAKE_FLAGS=-j9
##END
Reporter | ||
Comment 1•14 years ago
|
||
Example screenshot, GTK+ version.
Comment 2•13 years ago
|
||
This works for me.
Build ID: Mozilla/5.0 (Maemo; Linux armv7l; rv:7.0) Gecko/20110902 Firefox/7.0 Fennec/7.0
Device: Nokia N900 - Maemo5
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•