cancel
Showing results for 
Search instead for 
Did you mean: 

Text editor issue - I am aware of it and have got a fix ready

jaread83
Community Gaffer
Community Gaffer
Posts: 3,438
Thanks: 2,336
Fixes: 81
Registered: ‎22-02-2016

Text editor issue - I am aware of it and have got a fix ready

Hello,

Our community site has recently been upgraded to a newer version of the Lithium software but this has brought in some visual anomalies in the text editor buttons where text labels overlap other buttons.

Firstly, I would like to apologise if this causes any inconvenience to anyone at all. The buttons do work as they should and this bug is purely cosmetic so don't worry about whether or not they are usable. They do work but just look a bit odd.

I have already fixed this up on our staging website and is ready to go live but I have got a lot of other big changes waiting for final approval before I can push everything up. So this means the text editor will be fixed in the next release (date TBC ... but hopefully soon).

Another bug that was introduced is the 'file attachment limits' component I created and this has been knocked out of place as the attachments functionality has changed slightly. This has also been fixed in the staging site and is waiting to go live.

If you spot any other odd bugs or visual artefacts, please do let me know and I will take a look at it before the next release.

Many thanks

Frontend Web Developer | www.plus.net

If you have an idea to improve the community, create a new topic on our Community Feedback board to start a discussion about your idea.

32 REPLIES 32
SpendLessTime
Hero
Posts: 3,000
Thanks: 928
Fixes: 86
Registered: ‎21-09-2009

Re: Text editor issue - I am aware of it and have got a fix ready

@jaread83

I'm also seeing today that clicking on a topic will not always take me to the first unread post. Only works 50% of the time.

And yes, I do have the jump to first posting set. I also unset it, saved it, enabled it again and saved. But still being flakey.

Actually it is worse than that ratio. It seems okay on threads where I have posted but not other threads.

 

Edit to add more info

Ex - Plusnet Customer (2009 - 2023) now with BT
jaread83
Community Gaffer
Community Gaffer
Posts: 3,438
Thanks: 2,336
Fixes: 81
Registered: ‎22-02-2016

Re: Text editor issue - I am aware of it and have got a fix ready

I have that setting on too and it works as intended for me. The only place it doesn't work is on some modules on the homepage. Another time that it can get a bit confused is if you were to read the a single page of a thread you hadn't read entirely (and those replies on the page would be marked as being read) and then attempt to visit the thread with the 'jump to first unread' item.

But it does seem to work fine from what I have tested.

Frontend Web Developer | www.plus.net

If you have an idea to improve the community, create a new topic on our Community Feedback board to start a discussion about your idea.

SpendLessTime
Hero
Posts: 3,000
Thanks: 928
Fixes: 86
Registered: ‎21-09-2009

Re: Text editor issue - I am aware of it and have got a fix ready

If i click from this link https://community.plus.net/t5/forums/unreadpostspage/tab/thread then I'm not going to the first unread. If I go to the forum board and click there, it is working.

Ex - Plusnet Customer (2009 - 2023) now with BT
jaread83
Community Gaffer
Community Gaffer
Posts: 3,438
Thanks: 2,336
Fixes: 81
Registered: ‎22-02-2016

Re: Text editor issue - I am aware of it and have got a fix ready

Unfortunately, the 'Unread topics' module has never worked with the jump to first unread post functionality. I put this in the homepage help here:

https://community.plus.net/t5/help/faqpage/faq-category-id/about-homepage#unread-topics

The unread topics page and module are the same feed and share the same functionality - except that the module is the last 5 items. I would prefer it if the function worked here though as I find it quite useful.

Frontend Web Developer | www.plus.net

If you have an idea to improve the community, create a new topic on our Community Feedback board to start a discussion about your idea.

MauriceC
Resting Legend
Posts: 4,085
Thanks: 929
Fixes: 17
Registered: ‎10-04-2007

Re: Text editor issue - I am aware of it and have got a fix ready


@jaread83 wrote:

Another bug that was introduced is the 'file attachment limits' component I created and this has been knocked out of place as the attachments functionality has changed slightly.


 

Sadly this effect is a perennial problem of "enhancing" a product with bolt on bodges.  Ultimately it caused the demise of the previous two forum systems when migrating the 'bolt ons' became a barrier to installing later revisions of the base software.  KISS as a design principle is key to long term stability.

Now if only Lithium were more responsive to fixing bugs .............

 

M

Superusers are not staff, but they do have a direct line of communication into the business in order to raise issues, concerns and feedback from the community.

jaread83
Community Gaffer
Community Gaffer
Posts: 3,438
Thanks: 2,336
Fixes: 81
Registered: ‎22-02-2016

Re: Text editor issue - I am aware of it and have got a fix ready

I have already fixed the bug @Maurice so don't worry Smiley I keep on top of all of this stuff and react to those changes.

What had happened is that I was unable to place the component directly into the attachments section as its all bundled into one big module called 'editor' and I can't get into it to place my custom code. What I had to do was place it outside of the container and use JS to clone it and place it into the area I couldn't get access to. The problem is that the class name I was targetting before had been changed so it was no longer able to find the area to clone it to. This has been rectified now on staging and is waiting to go live.

Frontend Web Developer | www.plus.net

If you have an idea to improve the community, create a new topic on our Community Feedback board to start a discussion about your idea.

DS
Seasoned Champion
Posts: 2,307
Thanks: 504
Fixes: 22
Registered: ‎06-01-2017

Re: Text editor issue - I am aware of it and have got a fix ready

Not a bug as such, but the smileys are in a long line now, used to be in a block Wink

Also, just copied a snippet of an email into another thread, it gave various functions above the pasted section that I've personally not seen before Shocked

jaread83
Community Gaffer
Community Gaffer
Posts: 3,438
Thanks: 2,336
Fixes: 81
Registered: ‎22-02-2016

Re: Text editor issue - I am aware of it and have got a fix ready

Ah, I forgot about that. I had already fixed this on the staging version and is waiting to go live. Here is a screenshot Smiley

Screen Shot 2017-02-10 at 11.53.17.png

 

Frontend Web Developer | www.plus.net

If you have an idea to improve the community, create a new topic on our Community Feedback board to start a discussion about your idea.

MauriceC
Resting Legend
Posts: 4,085
Thanks: 929
Fixes: 17
Registered: ‎10-04-2007

Re: Text editor issue - I am aware of it and have got a fix ready


@jaread83 wrote:
I have already fixed the bug @Maurice so don't worry Smiley I keep on top of all of this stuff and react to those changes.

Glad that you've managed to resolve things so quickly @jaread83  Thumbs_Up but the observation was more about the longer term issues.  As the originator of "enhancement" and with your notes it's a straightforward task, but looking ahead a year or so, how easy will your successor be able to manage?

Wore out several T-shirts during my time in software dev't.  Embarrassed

Superusers are not staff, but they do have a direct line of communication into the business in order to raise issues, concerns and feedback from the community.

SpendLessTime
Hero
Posts: 3,000
Thanks: 928
Fixes: 86
Registered: ‎21-09-2009

Re: Text editor issue - I am aware of it and have got a fix ready


@jaread83 wrote:

Unfortunately, the 'Unread topics' module has never worked with the jump to first unread post functionality. 

But I have been using the forum since it changed last year in exactly this way without issue. Log onto this page (bookmarked)  https://community.plus.net/t5/forums/unreadpostspage/tab/thread and click away. And always went to the first unread entry in the thread.

Until today. Honest gov, I haven't been dreaming for 1o months

Huh

Ex - Plusnet Customer (2009 - 2023) now with BT
Oldjim
Resting Legend
Posts: 38,460
Thanks: 787
Fixes: 63
Registered: ‎15-06-2007

Re: Text editor issue - I am aware of it and have got a fix ready

as I posted in a separate thread

jaread83
Community Gaffer
Community Gaffer
Posts: 3,438
Thanks: 2,336
Fixes: 81
Registered: ‎22-02-2016

Re: Text editor issue - I am aware of it and have got a fix ready

I will have to raise this with Lithium support to look into. I didn't know it jumped to the first unread post from the unread topic page... hmmm.

Frontend Web Developer | www.plus.net

If you have an idea to improve the community, create a new topic on our Community Feedback board to start a discussion about your idea.

Oldjim
Resting Legend
Posts: 38,460
Thanks: 787
Fixes: 63
Registered: ‎15-06-2007

Re: Text editor issue - I am aware of it and have got a fix ready

@jaread83

I think this bodge has been unbodged  [Removed]

 

Moderator's note by Adie (Dvorak) removed private link 

jaread83
Community Gaffer
Community Gaffer
Posts: 3,438
Thanks: 2,336
Fixes: 81
Registered: ‎22-02-2016

Re: Text editor issue - I am aware of it and have got a fix ready

@Oldjim - that was to insert custom links into the user menu. Not anything to do with the jump to first unread post setting.

Frontend Web Developer | www.plus.net

If you have an idea to improve the community, create a new topic on our Community Feedback board to start a discussion about your idea.