framework author action fails due to tab indentation

Having trouble installing Oxygen? Got a bug to report? Post it all here.
bwbohl
Posts: 37
Joined: Mon Jan 23, 2017 11:20 am

framework author action fails due to tab indentation

Post by bwbohl »

Dear SyncRO Soft Team,

I recently encountered a bug with oXygen XML Editor 21.1.
While our custom framework (distributed via version control system and project file) worked perfectly in 18.1, using it in 21.1 failed due to the indentation with tabs in the author action fragment using an ask dialog

Code: Select all

													<field name="argValues">
														<serializableOrderedMap>
															<entry>
																<String>fragment</String>
																<String>&lt;part  xmlns="http://zimmermann-gesamtausgabe.de/ns/kb" key="${ask('message',
	combobox, (
		'bazga.instr.keyboard.akk':'Akkordeon';
		'bazga.instr.vocal.a':'Alt';
…
		'bazga.instr.miscellaneous.unbestimmtes_schlagzeug_zum_rühren_(blues)':'unbestimmtes Schlagzeug zum Rühren (Blues)'), 'default')}" /&gt;</String>
															</entry>
Replacing all tabs with whitespaces fixed the problem, but I just wanted to let you know.
=====
oXygen XML Editor v24.1
macOS Monterey 12.3.1 Apple Silicon
sorin_carbunaru
Posts: 402
Joined: Mon May 09, 2016 9:37 am

Re: framework author action fails due to tab indentation

Post by sorin_carbunaru »

Hello,

Thank you for your feedback! We already had an issue recorded for this and I added your vote. We will update this thread when a kit containing a fix for this will be available.

All the best wishes,
Sorin Carbunaru
Oxygen XML Editor
bwbohl
Posts: 37
Joined: Mon Jan 23, 2017 11:20 am

Re: framework author action fails due to tab indentation

Post by bwbohl »

Dear Sorin,

thanks for your reply, can you tell me if this is fixed in oXygen 22 already?

Many thanks,
Benjamin
=====
oXygen XML Editor v24.1
macOS Monterey 12.3.1 Apple Silicon
sorin_carbunaru
Posts: 402
Joined: Mon May 09, 2016 9:37 am

Re: framework author action fails due to tab indentation

Post by sorin_carbunaru »

Hello,

No, it's not yet fixed. The earliest possible date is probably sometime during next spring or so, in version 23.1.

Sorin C.
Post Reply