dropdown-nonscroll 3.2.8 -> vs. 3.3.0-b1

For support and discussion related to templates, themes, and imagesets in phpBB 3.2.
User avatar
Talk19Zehn
Registered User
Posts: 912
Joined: Tue Aug 09, 2011 1:10 pm

dropdown-nonscroll 3.2.8 -> vs. 3.3.0-b1

Post by Talk19Zehn »

Hello, my observation (IE, Edge ...) ==> dropdown-nonscroll 3.2.8 -> vs 3.3.0-b1
Used at first only browser-tools to look for ... (the dropdown is on closer inspection unfortunately "defective nature" if (phpBB 3.2.8) colors have been determined before).

phpBB-3.2.8

Code: Select all

<div class="dropdown" style="margin-right: -1926px; display: block;">
								<div class="pointer"><div class="pointer-inner"></div></div>
								<ul class="dropdown-contents dropdown-nonscroll" role="menu" style="left: 0px; margin-right: 0px; margin-left: 0px; max-width: 1660px;">
common.css: line 554, 558

Code: Select all

.dropdown-contents > li {
	padding-right: 15px;
}

.dropdown-nonscroll > li {
	padding-right: 0;
}

vs. phpBB [3.3.0-b1]

Code: Select all

<div class="dropdown" style="margin-right: -1926px; display: none;">
				<div class="pointer"><div class="pointer-inner"></div></div>
				<ul class="dropdown-contents" role="menu" style="left: 0px; margin-right: 0px; margin-left: 0px; max-width: 1660px;">
also common.css: line 554, 558

Code: Select all

.dropdown-contents > li {
	padding-right: 15px;
}

.dropdown-nonscroll > li {
	padding-right: 0;
}
exist, but there is no rendering over. Is that intentional? Is there already a remedy, possibly tweaks?

Regards
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: dropdown-nonscroll 3.2.8 -> vs. 3.3.0-b1

Post by david63 »

Discussion of phpBB 3.3.0-b1 should be over on area51
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
User avatar
Talk19Zehn
Registered User
Posts: 912
Joined: Tue Aug 09, 2011 1:10 pm

Re: dropdown-nonscroll 3.2.8 -> vs. 3.3.0-b1

Post by Talk19Zehn »

Okay, the question was:
dropdown nonscroll 3.2.8 -> vs. 3.3.0-b1
instead of
3.3.0-b1 -> vs. dropdown nonscroll 3.2.8

In that sense, I withdraw my request for help.
Thank you for the hint. :)
User avatar
Talk19Zehn
Registered User
Posts: 912
Joined: Tue Aug 09, 2011 1:10 pm

Re: dropdown-nonscroll 3.2.8 -> vs. 3.3.0-b1

Post by Talk19Zehn »

* Who has the topic as done
images/icons/misc/tick.gif
marked?
I was not (!!) and why is no note "last edited by"? Such an icon for the purpose of completion does not come from me.
I have withdrawn the legitimate question, since David63 has pointed out that the question should not be asked here but elsewhere. Although the reversal is not relevant to me and was. Because, it was: dropdown-nonscroll 3.2.8 -> vs. 3.3.0-b1

That does not mean it's done. Or where can I find the appropriate answer from the developers? It means: A link * of the one who put the mark would be an advantage, thank you.
User avatar
Hanakin
Front-End Dev Team Lead
Front-End Dev Team Lead
Posts: 1065
Joined: Wed Dec 30, 2009 8:14 am
Name: Michael Miday

Re: dropdown-nonscroll 3.2.8 -> vs. 3.3.0-b1

Post by Hanakin »

no worries Talk19Zehn not sure who marked it solved which is a mod feature on .com, but I have seen it. Generally bugs can be reported by creating a ticket on our tracker found here : https://tracker.phpbb.com. If its an improvement or some kind of feedback then as david63 pointed out generally that is discussed https://area51.phpbb.com/phpBB/viewforu ... 1491e2707f for front-end development (HTML/CSS/JS).

as to the issue you are referring too. Not really sure what the intent of the class was in the first place as why would you ever treat dropdowns differently for scroll as they should never scroll. Not to mention why you would ever make it scroll by default? If you need it to scroll then its not a generic dropdown and should have its own custom class. I completely overhauled a lot of the code for the drop-downs for 3.3 for consistency and simplicity. If there are any issues with it then please create a ticket on the bug tracker and I will look into it.

Return to “[3.2.x] Styles Support & Discussion”