Last modified: 2014-02-12 23:53:53 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T53204, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 51204 - Click in Search field makes page go white
Click in Search field makes page go white
Status: RESOLVED FIXED
Product: MobileFrontend
Classification: Unclassified
stable (Other open bugs)
unspecified
All All
: Unprioritized normal
: ---
Assigned To: Nobody - You can work on this!
: browser-test-bug
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-07-11 21:59 UTC by Chris McMahon
Modified: 2014-02-12 23:53 UTC (History)
9 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments
difference between beta as of July 10 and production when clicking in Search (60.21 KB, image/png)
2013-07-11 22:52 UTC, Chris McMahon
Details

Description Chris McMahon 2013-07-11 21:59:41 UTC
Seen in beta labs http://en.m.wikipedia.beta.wmflabs.org as of July 10 2013

click in Search field

page goes white



In production the page goes white not upon clicking in the Search area but only upon beginning to type text in the Search area. 

This change caused a browser test to fail.
Comment 1 Chris McMahon 2013-07-11 22:52:21 UTC
Created attachment 12834 [details]
difference between beta as of July 10 and production when clicking in Search


Just to be clear
Comment 2 Maryana Pinchuk 2013-07-11 23:12:55 UTC
The design team prefers this new search UX (quote: "puts you in the zone"), though we'll need to add some additional styling to the blank search overlay so it doesn't look broken. If it's failing browser tests, I'm sure it's also confusing to human users :)
Comment 3 Chris McMahon 2013-07-15 23:49:27 UTC
In the course of making the automated test for Search pass, I discovered that there are actually two search input elements on the page that seem to identify the same text field, but the first is never actually used to search.  The user just clicks the first one in order to instantiate the second on the page.  The first search input looks like 

<form class="search-box" action="/w/index.php">
<input id="searchInput" class="search" type="search" autocomplete="off" accesskey="f" title="Search Wikipedia [f]" placeholder="Search Wikipedia" name="search">>

and the second one looks like 

<form class="search-box" action="/w/index.php" method="get">
<input class="search" type="search" name="search">
<a class="clear"></a>

Note the lack of an :id value for the second.
Comment 4 Jon 2013-07-16 00:54:30 UTC
Correct this is due to the way overlays currently work in mobile. This should be easy to fix once story 920 is completed which involves a slight rewrite of how overlays work...

https://mingle.corp.wikimedia.org/projects/mobile/cards/920
Comment 5 Chris McMahon 2013-07-24 22:32:12 UTC
Fixed in a nice way now, so either focus or typing dtrt

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links