Support from Acquia helps fund testing for Drupal Acquia logo

Comments

webchick’s picture

webchick’s picture

Additionally, the form spazzes out (er, well, zooms way in :)) when I click into a field.

Zoomy username field hides the rest of the form

LewisNyman’s picture

Status: Active » Needs review
FileSize
3.09 KB
41.77 KB

It's pretty simple to remove the input zooming on mobile, just up the font size to 16px.

I tried to keep the complexity of the responsive tabs design down. We could use some of the code in Seven from #1490402: Redesign tabs and the content header once it lands.

user login page looking fiiiiine

webchick’s picture

Wow, that looks MUCH better!!

Should we postpone this on the other, then? It seems like that one's pretty close.

LewisNyman’s picture

Issue tags: +JavaScript

Ok. Now that I think about it, it would add a jQuery dependancy to all Bartik pages with tabs on. So it should be nod_'s call as to the approach.

webchick’s picture

No, no, no, no, no. :) In fact we have test coverage to ensure we do *not* load any JS on user-facing pages.

nod_’s picture

well tabs are not present very often for anon (beside the login page) on websites so that should be fine. As long as you #attach the JS to the tab render element, nothing to complain about :)

webchick’s picture

Oh, ignore me then. :D

Manjit.Singh’s picture

I have reviewed log-in page it looks fine now. Attaching screenshot

Manjit.Singh’s picture

sghoweri’s picture

Assigned: Unassigned » sghoweri
sghoweri’s picture

Is there a particular reason why the media query for shifting between using tabs and using 100% width buttons was set to the current 37.5em value?

I tested this out on the iPhone 5 with Safari for iOS (running iOS 7.0), the Stock Android Browser and Chrome for Android on the Samsung Galaxy S III (running Android 4.1.2), and Internet Explorer on the Nokia Lumina 920 (Windows Phone 8.0), all in portrait and landscape orientation.

Results:
iPhone 5 w/ iOS 7.0 in portrait orientation: GOOD
iPhone 5 - Portrait

iPhone 5 w/ iOS 7.0 in landscape orientation: N/A. Viewport zooms in (separate, unrelated issue)
iPhone 5 - Landscape

Samsung Galaxy S III - Chrome for Android in portrait orientation: GOOD
Galaxy S III - Chrome - Portrait

Samsung Galaxy S III - Stock Android Browser in portrait orientation: GOOD
Galaxy S III - Stock Android - Portrait

Windows Phone 8 - portrait orientation: GOOD
Windows Phone 8 - Portrait

Windows Phone 8 - landscape orientation: GOOD
Windows Phone 8 - Landscape

Samsung Galaxy S III - Chrome for Android in landscape orientation: Needs Work? Media Query for handling mobile tabs doesn't apply to wider mobile in landscape orientation.
Galaxy S III - Chrome - Landscape

Samsung Galaxy S III - Stock Android Browser in landscape orientation: Needs Work? Media Query for handling mobile tabs doesn't apply to wider mobile in landscape orientation.
Galaxy S III - Stock Android - Landscape

LewisNyman’s picture

Thanks for all the testing sghoweri! I tried to set the media query just before the tabs wrap and look all rubbish, see the screenshot in the issue summary.

LewisNyman’s picture

So right now #1490402: Redesign tabs and the content header is in and #2207371: Abstract the Seven tabs functionality for reusability is open. I get the feeling it's going to take a while to agree on the right approach for the tabs JS. Maybe it's worth committing what we have now as a temporary fix?

LewisNyman’s picture

Status: Needs review » Needs work

The last submitted patch, 3: bartik-user-login-mobile-2152521.patch, failed testing.

emma.maria’s picture

Assigned: sghoweri » Unassigned
Issue summary: View changes
Issue tags: +frontend, +Needs reroll, +Novice
emma.maria’s picture

Issue summary: View changes
mrjmd’s picture

Assigned: Unassigned » mrjmd

Working on a reroll.

mrjmd’s picture

Assigned: mrjmd » Unassigned
Issue tags: -Needs reroll
FileSize
45.31 KB

I was able to apply this patch to HEAD without issue. Doesn't look like a reroll is needed.

Looks good on my mobile, screenshot attached.

Anonymous’s picture

Status: Needs work » Needs review
FileSize
623.76 KB

Here's a wraith comparison (visual diff) of the patch against head. Looks like a small increase in size.

dcam’s picture

Issue summary: View changes
Issue tags: -Novice

I'm going to assume the Novice tag was added because #17 also thought it needed a reroll (I can also apply the patch to HEAD). Removing the Novice tag in preparation for the DrupalCon Austin sprints.

LewisNyman’s picture

emma.maria’s picture

Issue tags: +Needs a reroll

The patch no longer applies

dcam’s picture

Issue tags: -Needs a reroll +Needs reroll

Fixed the tag.

prashantgoel’s picture

Here is the reroll for the patch with a screenshot.

prashantgoel’s picture

Issue tags: -Needs reroll

LoMo’s picture

Assigned: Unassigned » LoMo

Reviewing. :-)

LoMo’s picture

Status: Needs review » Reviewed & tested by the community

Looking good to me, now. I think this can be marked RTBC. :-)

Device: Samsung Galaxy Note 2 (GT-N7105), running Android 4.3

Only local images are allowed.

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Oh shoot, sorry. I thought I got this in last week. :(

Committed and pushed to 8.0.x. Thanks!

  • webchick committed ec4ba7a on 8.0.x
    Issue #2152521 by prashantgoel, LewisNyman, sghoweri, mrjmd, LoMo,...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.