Skip to main content
Topic: Personal text/Custom title cutoff (Read 5169 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Personal text/Custom title cutoff

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
Last Edit: June 05, 2015, 07:36:15 pm by Flavio93Zena
~ SimplePortal Support Team ~

Re: Personal text cutoff

Reply #1

Confirmed, it cuts off the Custom Title, mid-word, not at space like should.

Re: Personal text cutoff

Reply #2

Yep, same issue. Confirmed as well, editing topic.
~ SimplePortal Support Team ~

Re: Personal text cutoff

Reply #3

Ninja, that IS the custom title. Personal text is hidden until hover over the member name. :P

Re: Personal text/Custom title cutoff

Reply #4

Either way, it happens in both places ;D
~ SimplePortal Support Team ~

Re: Personal text/Custom title cutoff

Reply #5

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.

Re: Personal text/Custom title cutoff

Reply #6

Thanks, I actually knew how to fix it, just figured to report it because it's... Odd.
~ SimplePortal Support Team ~

Re: Personal text/Custom title cutoff

Reply #7

I added it to the tracker, should be in 1.0.4 assuming there are no issues with the fix.

Re: Personal text/Custom title cutoff

Reply #8

Well, I'm running a site with the fix, so if any issues, I'll post them here. :)

Re: Personal text/Custom title cutoff

Reply #9

Not tracked and not patched in the last update :(
#PullRequest
~ SimplePortal Support Team ~


Re: Personal text/Custom title cutoff

Reply #11

@Flavio93Zena
Where did you see, that made you think it was not fixed?

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

Quote from: emanuele – This is the list of the fixes and improvements since the previous release, if you are interested, more details can be found at the repository.

You can find the list of known issues at this address.

  • [bugfix] A could of other fixes for atom (ref).
  • [bugfix] Added the patch files (ref).
  • [bugfix] allow word break a chance (ref).
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

Re: Personal text/Custom title cutoff

Reply #12

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.
~ SimplePortal Support Team ~

Re: Personal text/Custom title cutoff

Reply #13

I never said the site here is up-to-date. :P
Bugs creator.
Features destroyer.
Template killer.

Re: Personal text/Custom title cutoff

Reply #14

Oh, saw 1.0.4 and thought... LOL. Scratch that then, sorry and thanks for the fix :)
~ SimplePortal Support Team ~