Medium editor tools (bold, link etc) not working

I have an update page using the Medium editor. This was created in the usual way using a generator.

When I am viewing content in the editor then none of the tools (bold, link etc.) are working. Can you think why this would be so.

I have checked the sequence of the .js and .css as recommended previously and these are fine.

Is your editor located on the page or in a modal?

It is located in a modal.

Please check:

Yes editing the file and removing the tabindex="-1" has fixed the problem - many thanks.

1 Like

Teodor, there is a problem within the same modal - if you could help.

The modal is correctly populated with all the expected data including from a textarea in the database that is shown in the Medium editor. If I change one of the other fields (e.g. a numeric sequence code) and then use the save button then my text field is updated as a blank in the db.

If I make an edit within the text field and save then everything is updated correctly in the db table.

Are you sure that these values are correct (i.o.w. the same)

and