appyoumake / Appyoumake

Nyeste MLAB
Other
1 stars 0 forks source link

(6, 13, 19, 20) Copy text to Mlab #552

Closed leadermontanus closed 4 years ago

leadermontanus commented 6 years ago

Original spec: Need to copy text via Windows clipboard from MS Office applications and Adobe PDF files to Mlab. This has always been possible (part of Windows) but Mlab selects plain text when pasting to avoid problems with bad HTML. The user always selects a control to paste text into first, then select the "Paste" icon.

(Please note that "noen pdf er beskyttet. ren tekst ok som i word.")

leadermontanus commented 6 years ago

Comment from @Johannes1978 after testing:

(6) Copy from word. There are bugs here. Sometimes the text copied in word are black and impossible to seems unless the area is marked with the mouse. I cant fin any buttons in Mlab to change the colour on the text

13 Text copied from powerpoint is black in Mlab. See page 8 in app named "dfgdfgd"

19 It's possible to copy from excel. It seems the text is white and easy to read. When copy from excel it is often tables. The lines on these table are not easy to see and adjust in Mlab. This is not very important, prioritize bugs with word and powerpoint before excel.

leadermontanus commented 6 years ago

Comment from @Johannes1978 in email: Det er Microsoft office 2007 på min maskin og som jeg benytter og kopierer fra. Det var en Microsoft powerpoint presentasjon fra 97-03 det ble kopiert fra. Denne har siden blitt redigert mange ganger, senest i år. Nå prøvde jeg derimot å kopiere fra alle 20 sidene i presentasjonen og nå fungerte det fint.

leadermontanus commented 5 years ago

Copied text becoming wrong colour

  1. is about new paragraphs/editable, etc: Chrome (at least) inserts DIVs, these are without styles, end result is black text. Fix by formatting correctly on carriage return/save

SEEMS TO BE FOR TEXT AROUND IMAGE ONLY

  1. May be Word specific, adds those horrid span items. Could add pasted text to jquery object and ask for text()
leadermontanus commented 5 years ago

Fixed image w/text and multiple images. Basically it did not have the keypress handler which stopped Chrome from adding divs to an editable control when pressing enter.