I get this in an iPhone simulator on admin/structure/block:

Icky white gap.

echoz explains this as:

you're seeing that the blocks table (scroll down) can't reduce in width as narrow as the viewport, and is pushing out to the right to show the table.

Here's an issue to fix it. :)

Comments

echoz’s picture

StatusFileSize
new63.29 KB

This path, admin/structure/block is on the list to review at #1876196: Handling admin pages with tables

Webkit's select element only squishes in width as narrow as its widest option element within. We see gecko (FF) or trident (IE) squishing (technical term) the select element narrower.

Genuine iPhone screenshot:
select no squish

echoz’s picture

Title: Seven has weird gap on right side in webkit browsers » Webkit select element can push table wider than viewport
Issue tags: +mobile
echoz’s picture

Title: Webkit select element can push table wider than viewport » Webkit select element or wide table can push table wider than viewport
StatusFileSize
new74.2 KB

Marked #2061873: Toolbar and Page pushed over at admin/content on iPhone as duplicate.

This is also true anywhere visible table cells are wide enough to push out to the right. This happens when the table is too wide for any reason, as it is at admin/content and admin/people/permissions. On the phone what happens is rather than a scrollbar, the table scales down so we get small text, along with the part above the table having the space on the right where it's getting pushed over by the table's overflow.

It seems like wherever this shows up, a solution might be to further implement the priority table cell technique, hiding another cell at that point.

It's really too bad about the webkit select element, where there is really nothing we can do besides -webkit-appearance: none; and style a custom select, needing the dropdown arrow - not an option IMO, so webkit would cause us to loose another cell at admin/structure/block.

iPhone-permissions.png

u.rodionov’s picture

StatusFileSize
new96.54 KB

Overlay on low size.

drclang’s picture

Issue tags: +CodeSprintCIS
StatusFileSize
new24.89 KB

Hello guys!

What about an idea to alter table on the path "admin/structure/block" for mobile devices? We can just declare table elements as blocks and then get something like this:

Table on the path "admin/structure/block" for mobile devices

It also solves an issue with the table wider than a viewport.

echoz’s picture

#4, If you begin to navigate from a narrow width (or on a mobile device), before clicking into an admin section, the overlay is not invoked.

echoz’s picture

Issue summary: View changes

c

echoz’s picture

Title: Webkit select element or wide table can push table wider than viewport » Wide table can push table wider than viewport
Issue summary: View changes
Issue tags: -CodeSprintCIS

Select element is narrowing on newer Webkit.

lewisnyman’s picture

Status: Active » Closed (duplicate)