Re: [oXygen-user] PI between visible in Author mode?

2019-08-12 Thread Oxygen XML Editor Support (Radu Coravu)

Hi Tony,

I will add an issue for this but I can give no guarantees that this will 
be done. It's something quite hard to implement using our current 
architecture and the use cases are not very frequent.
Maybe you can try as a workaround to implement some kind of side view in 
which the processing instructions are shown and edited when the cursor 
is places on a table row and then use our API to make changes to the 
processing instructions and update the XML document.


Regards,
Radu

Radu Coravu
 XML Editor
http://www.oxygenxml.com

On 8/12/2019 7:34 PM, Tony Graham wrote:

On 12/08/2019 12:42, Oxygen XML Editor Support (Radu Coravu) wrote:

Using our current visual rendering, there is no way for us to display
the processing instructions between rows and keep the table layout.


Thank you for the confirmation.


So you either change the display of the entire table to "block" in
which case the processing instructions should start showing up or you
keep the table layout but the processing instructions will not be
shown.


Can you add a feature request for PIs between table rows to show in
Author mode? That is seen as important at this end.

Regards,


Tony Graham.

___
oXygen-user mailing list
oXygen-user@oxygenxml.com
https://www.oxygenxml.com/mailman/listinfo/oxygen-user


Re: [oXygen-user] PI between visible in Author mode?

2019-08-12 Thread Tony Graham

On 12/08/2019 12:42, Oxygen XML Editor Support (Radu Coravu) wrote:

Using our current visual rendering, there is no way for us to display
the processing instructions between rows and keep the table layout.


Thank you for the confirmation.


So you either change the display of the entire table to "block" in
which case the processing instructions should start showing up or you
keep the table layout but the processing instructions will not be
shown.


Can you add a feature request for PIs between table rows to show in
Author mode? That is seen as important at this end.

Regards,


Tony Graham.
--
Senior Architect
XML Division
Antenna House, Inc.

Skerries, Ireland
tgra...@antenna.co.jp
___
oXygen-user mailing list
oXygen-user@oxygenxml.com
https://www.oxygenxml.com/mailman/listinfo/oxygen-user


Re: [oXygen-user] PI between visible in Author mode?

2019-08-12 Thread Oxygen XML Editor Support (Radu Coravu)

Hi Tony,

Using our current visual rendering, there is no way for us to display 
the processing instructions between rows and keep the table layout.
So you either change the display of the entire table to "block" in which 
case the processing instructions should start showing up or you keep the 
table layout but the processing instructions will not be shown.


Regards,
Radu

Radu Coravu
 XML Editor
http://www.oxygenxml.com

On 8/9/2019 2:39 PM, Tony Graham wrote:

I have processing instructions that can appear almost anywhere in an
XHTML document.  This includes appearing between table rows:

  

  

Most PIs are visible in Author mode because of the CSS rule in oXygen's
'authorDefaults.css':

oxy|processing-instruction {
display:-oxy-morph !important;
color: rgb(139, 38, 201) !important;
white-space:pre-wrap !important;
border-width:0px !important;
margin:0px !important;
padding: 0px !important;
}

However, the PIs between  are not visible in Author mode with
 XML Editor 21.1, build 2019061404.

Neither of these have worked for me:

 tbody > oxy|processing-instruction {
display: table-row !important;
 }

 tbody > oxy|processing-instruction {
display: table-cell !important;
 }

(Yes, there are  parents of the PIs.)

Is there a way for the PIs between  to be visible (and editable)
when in Author mode?

Regards,


Tony Graham.

___
oXygen-user mailing list
oXygen-user@oxygenxml.com
https://www.oxygenxml.com/mailman/listinfo/oxygen-user