ElkArte Community

Elk Development => Bug Reports => Exterminated Bugs => Topic started by: Flavio93Zena on June 05, 2015, 07:24:52 pm

Title: Personal text/Custom title cutoff
Post by: Flavio93Zena on June 05, 2015, 07:24:52 pm
And I'm back with moar stuff to throw at you crazy coders! Fix all da things, the screenshot should explain itself ;) EDIT: thanks to BurkeKnight, it happens with Custom Titles as well.
Also... Add it to your GitHub, I don't want it to be missed like the previous one you bummers ;D
Title: Re: Personal text cutoff
Post by: Burke Knight on June 05, 2015, 07:28:30 pm
Confirmed, it cuts off the Custom Title, mid-word, not at space like should.
Title: Re: Personal text cutoff
Post by: Flavio93Zena on June 05, 2015, 07:35:33 pm
Yep, same issue. Confirmed as well, editing topic.
Title: Re: Personal text cutoff
Post by: Burke Knight on June 05, 2015, 07:36:54 pm
Ninja, that IS the custom title. Personal text is hidden until hover over the member name. :P
Title: Re: Personal text/Custom title cutoff
Post by: Flavio93Zena on June 05, 2015, 07:37:58 pm
Either way, it happens in both places ;D
Title: Re: Personal text/Custom title cutoff
Post by: Spuds on June 05, 2015, 10:14:41 pm
For some reason I recall we did that for a reason, but that evades me right now.

In index.css find the
Code: [Select]
.poster {
declaration and change the word-break property to be
Code: [Select]
word-break: normal;
instead of break-all

That should allow it to break normally at a word boundary.  Need to check why that was done that way.
Title: Re: Personal text/Custom title cutoff
Post by: Flavio93Zena on June 06, 2015, 01:57:41 am
Thanks, I actually knew how to fix it, just figured to report it because it's... Odd.
Title: Re: Personal text/Custom title cutoff
Post by: Spuds on June 06, 2015, 08:22:29 am
I added it to the tracker, should be in 1.0.4 assuming there are no issues with the fix.
Title: Re: Personal text/Custom title cutoff
Post by: Burke Knight on June 06, 2015, 08:58:55 am
Well, I'm running a site with the fix, so if any issues, I'll post them here. :)
Title: Re: Personal text/Custom title cutoff
Post by: Flavio93Zena on June 13, 2015, 02:47:35 pm
Not tracked and not patched in the last update :(
#PullRequest
Title: Re: Personal text/Custom title cutoff
Post by: emanuele on June 13, 2015, 03:09:49 pm
Actually it was tracked:
https://github.com/elkarte/Elkarte/issues/2090
and fixed:
https://github.com/elkarte/Elkarte/commit/8a9848f
Title: Re: Personal text/Custom title cutoff
Post by: Burke Knight on June 13, 2015, 03:18:48 pm
@Flavio93Zena
Where did you see, that made you think it was not fixed?

Trust me on this, besides being 3rd fix on the list:

I know for a fact, it was fixed, because in order to install the patch, I had to Undo the manual fix I had done days ago.... LOL
Title: Re: Personal text/Custom title cutoff
Post by: Flavio93Zena on June 13, 2015, 03:38:41 pm
Well, hover on your own profile and check "Webmaster of BurkeKnight Enterprises" text after doing an hard refresh. It cuts on "Enter-prises" here. Also... To be really annoying (LOL) the text padding is not symmetric, it's more on left side than on right side.
Title: Re: Personal text/Custom title cutoff
Post by: emanuele on June 13, 2015, 03:39:24 pm
I never said the site here is up-to-date. :P
Title: Re: Personal text/Custom title cutoff
Post by: Flavio93Zena on June 13, 2015, 03:41:14 pm
Oh, saw 1.0.4 and thought... LOL. Scratch that then, sorry and thanks for the fix :)
Title: Re: Personal text/Custom title cutoff
Post by: radu81 on June 13, 2015, 05:49:13 pm
that is visible for at least 2 weeks ago :)
Title: Re: Personal text/Custom title cutoff
Post by: emanuele on June 30, 2015, 03:29:13 pm
test