[RFC] Responsive layout

These requests for comments/change have lead to an implemented feature that has been successfully merged into the 3.1/Ascraeus branch. Everything listed in this forum will be available in phpBB 3.1.
Post Reply
User avatar
Jessica.
Registered User
Posts: 144
Joined: Wed Feb 09, 2011 8:17 pm
Location: Pennsylvania, USA
Contact:

Re: Responsive layout

Post by Jessica. »

Just wondering, where/when is the icon_post_menu.png supposed to appear? I have yet to see it :/

(or wait, is it because Area51 needs to be updated or something?)

User avatar
Arty
Former Team Member
Posts: 985
Joined: Wed Mar 06, 2002 2:36 pm
Location: Mars
Contact:

Re: Responsive layout

Post by Arty »

Instead of quote/edit/etc buttons in post when there is not enough space to fit all buttons.

User avatar
MattF
Extension Customisations
Extension Customisations
Posts: 675
Joined: Mon Mar 08, 2010 9:18 am

Re: Responsive layout

Post by MattF »

In the ACP Responsive changes, the modal overlay is not fully overlaid anymore... lots of elements poke through (tabs at top, URL links on the left, the vertical line separating the links on the left from the main part of page)
Attachments
Resposive_acp2.png
(115.91 KiB) Downloaded 2424 times
Has an irascible disposition.

User avatar
Arty
Former Team Member
Posts: 985
Joined: Wed Mar 06, 2002 2:36 pm
Location: Mars
Contact:

Re: Responsive layout

Post by Arty »

Thanks for noticing. I'll fix that.

Please post here if you'll see anything else not working correctly

User avatar
Arty
Former Team Member
Posts: 985
Joined: Wed Mar 06, 2002 2:36 pm
Location: Mars
Contact:

Re: Responsive layout

Post by Arty »


MaFeSa
Registered User
Posts: 69
Joined: Sun Aug 26, 2012 1:44 pm

Re: Responsive layout

Post by MaFeSa »

Arty wrote:Fixed
Thanks Arty!
Is possibile to add a little space between pages and number of message?
Attachments
image.jpg
(48.59 KiB) Downloaded 2664 times
image.jpg
image.jpg (29.71 KiB) Viewed 20206 times

User avatar
MattF
Extension Customisations
Extension Customisations
Posts: 675
Joined: Mon Mar 08, 2010 9:18 am

Re: Responsive layout

Post by MattF »

Arty wrote:@VSE+ Fix for that bug: https://github.com/phpbb/phpbb/pull/1832
Thanks. But still sort of an issue - now those elements flash when you click on something that brings up the modal.

Video demonstration: http://youtu.be/iVL1jQ3F4Zc
Has an irascible disposition.

User avatar
Arty
Former Team Member
Posts: 985
Joined: Wed Mar 06, 2002 2:36 pm
Location: Mars
Contact:

Re: Responsive layout

Post by Arty »

Looks like a browser bug. What browser are you using?

User avatar
Arty
Former Team Member
Posts: 985
Joined: Wed Mar 06, 2002 2:36 pm
Location: Mars
Contact:

Re: Responsive layout

Post by Arty »

Actually its not a browser bug. Its a bug in AJAX popup animation that happens when there are absolutely positioned elements with z-index. Same issue happens in prosilver as well.

It wasn't noticed in prosilver because it doesn't have items with z-index by default.

Fixed in https://github.com/phpbb/phpbb/pull/1834

User avatar
MattF
Extension Customisations
Extension Customisations
Posts: 675
Joined: Mon Mar 08, 2010 9:18 am

Re: Responsive layout

Post by MattF »

Found another bug introduced during this commit: https://github.com/phpbb/phpbb/commit/5 ... 2032d6f485

There are now stray closing </ul> tags in adm/style/overall_header.html.

They are happening in the left sidebar.

Just HTML Validate any ACP page to find the stray </ul> tag.
Has an irascible disposition.

Post Reply