BUG REPORT : CSS issue of plone.org in mobile view

What I did:
I used chrome in an andriod device with 5 inch 720p display to view any pages in news section of plone.org
for instance

What I expected to see

The heading line in the news section has to come in next line, if it exceeds to fit in single line, in the described display screen. Though it's working fine for any display screen above this.

What actually happened

I think I should create an issue but I'm not sure whether it's reported in or not.
So just to confirm Is it known BUG?

@kakshay21 You would report this as an issue in this repository: https://github.com/plone/ploneorg.core/issues :slight_smile:

2 Likes

Thanks @sgrepos !
created an issue

1 Like

@kakshay21 it's great that you're finding and reporting these! (and thank you @sgrepos for helping direct Kumar where to report the issue).

What would you suggest the fix be?

2 Likes

What about

> > LastFolder > Document

Will probably fit... CSS should be hide all except :last-child (?)

This bug is not of high priority. I've spotted it on 5 inch 720p display. Developers rarely uses their phone for finding things when they have their big screen in front of them.
So if we really want to fix this, we can do it two ways

  1. fix the headings issue and make it appear in next line. But this process is still not effective as left over UI of the page is still not very attractive in same screen size ( images are still not responsive, image appears way bigger)
  2. We can wait for some time and let collective.behavior.amp (https://github.com/collective/collective.behavior.amp) mature a bit more(possibly after GSoc :grin:). And then apply it on plone.org.
    @hvelarde , @tkimnguyen How about this way?
1 Like

I expect you'd have to convince a few others before we'd add that to Plone.org. Not saying it shouldn't happen but the more things we add to that site the more of a burden it becomes to maintain and upgrade.

So then we can go with one... Other than that what's your suggestions??

You filed the issue so at some point the plone.org team will convene and discuss. But you do see that to fix a CSS issue adding and relying on an AMP add-on is a bit of overkill? :slight_smile:

Hi, I would like to try fixing this issue . Can anyone guide me to the location of the source code of this

Thanks! It is in github.com/plone/ploneorg.theme

1 Like