Image scrolling scrolls text too

Discuss general development subjects that are not specific to a particular version like the versioning control system we use or other infrastructure.
Post Reply
leschek
Registered User
Posts: 163
Joined: Tue Aug 28, 2012 1:30 pm

Image scrolling scrolls text too

Post by leschek »

If you try to scroll image in this post , it will scroll also text above the image. Because text above the image isn't aligned (on the right side) with image, I think text shouldn't scroll with image.

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

Re: Image scrolling scrolls text too

Post by MattF »

There is no "image scrolling" in phpBB. The problem with that post is the image is too big, and for reasons I do not understand, not being resized to fit as it normally should. The result is it is larger than the content area, in which case, the content has overflow, hence the entire content area scrolls. But like I said, the image should not e allowed to be bigger than the content area. This appears to have been broken and will need to be fixed (the postimage class is no longer there)
Has an irascible disposition.

leschek
Registered User
Posts: 163
Joined: Tue Aug 28, 2012 1:30 pm

Re: Image scrolling scrolls text too

Post by leschek »

Thank you for the explanation. It's great it will be fixed.

BTW nice avatar.

tmarone
Registered User
Posts: 8
Joined: Sun Apr 06, 2014 4:38 am

Re: Image scrolling scrolls text too

Post by tmarone »

https://github.com/phpbb/phpbb/pull/3863/files .. that's the PR awaiting to be merged.

BTW, why the Title attribute is not used anywhere but just Alt ?

User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 1904
Joined: Thu Mar 02, 2006 4:29 pm
Location: Earth
Contact:

Re: Image scrolling scrolls text too

Post by DavidIQ »

tmarone wrote: Wed Aug 26, 2015 11:21 pm https://github.com/phpbb/phpbb/pull/3863/files .. that's the PR awaiting to be merged.

BTW, why the Title attribute is not used anywhere but just Alt ?
What exactly would the title attribute contain for posted images? The word "Image"? Doesn't seem very useful.
Image

User avatar
Dragosvr92
Registered User
Posts: 624
Joined: Tue May 31, 2011 12:08 pm
Location: Romania
Contact:

Re: Image scrolling scrolls text too

Post by Dragosvr92 »

DavidIQ wrote: Thu Aug 27, 2015 1:22 pm
tmarone wrote: Wed Aug 26, 2015 11:21 pm https://github.com/phpbb/phpbb/pull/3863/files .. that's the PR awaiting to be merged.

BTW, why the Title attribute is not used anywhere but just Alt ?
What exactly would the title attribute contain for posted images? The word "Image"? Doesn't seem very useful.
Maybe he would mean this :P viewtopic.php?f=81&t=41517
Previous user: TheKiller
Avatar on Memberlist 1.0.3

User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 1904
Joined: Thu Mar 02, 2006 4:29 pm
Location: Earth
Contact:

Re: Image scrolling scrolls text too

Post by DavidIQ »

Except this is about the IMG tag and not attachments. Where exactly does one get the title attribute for an IMG tag?
Image

Post Reply