[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Messages posted by: levy  XML
Profile for levy -> Messages posted by levy [308] Go to Page: Previous  1, 2, 3 , 4, 5 ... 19, 20, 21 Next 
Author Message
Hi Björn

What about t:textwithlinks (RISC)?
In this case, the hyperlink is kept although avoidsanitizing=false.
Is the attribute "avoidsanitizing" effective for t:textwithlinks?
If effective, how?

Regards, Daniel
Hi Björn

Lets have two foldable panes one below the other that share the available canvas (see the layout attached). If one pane is folded, the other will expand and occupy the free place. This works for Swing and for RISC.

Now lets separate the two panes by a resizer using t:sizeablepane (see the layout attached) or t:splitpane.
In Swing, if one pane is folded, the other pane still expands and occupies the free place.
But in RISC, the other pane does not expand. It remains at the same place. The spot that was occupied by the folded pane keeps empty. The folded pane content is hidden but there is no gain in space.

Could you please fix or tell a workaround?

Regards, Daniel
Hi Björn

For the component t:textwithlinks, I have detected that the BaseActionEventLink is not thrown if the value of href is in double quotes. It works only with single quotes.

This is especially disturbing since CKEditor saves links with double quotes.

This is for RISC. In Swing, both single or double quotes work.

Could you please check and fix?

Regards, Daniel
Hi Björn

It is well known that since update 20180522, the HTML sent to the SIMPLEHTMLEDITOR is sanitized (by default).

Now I have traced that a simple <a href="http://www.google.ch"> is removed (only) when avoidsanitizing=false.

It is quite heavy to do without sanitizing only because of this.

What do you think about?

Regards, Daniel
Hi,

In the "Developer's Guide RISC add-ons" document, there are some incompatibilities documented at page 24.

I suggest to write there also the list of components not supported anymore like t:filecreatedirectory, t:smartlabel, t:clientfileremover, t:pdfprinter...

These components should also not be available in the RISC version of the CaptainCasa editor.

Kind regards, Daniel
Hi Björn,

Just a reminder... Could you check and fix this one?

Regards, Daniel
Hi Björn,

For SCHEDULENode, setting the padding works for all sides but not per side.
sn.setPadding("10") ok but sn.setPadding("right:10") nok.

Could you please check and provide?

Regards, Daniel
Hi Björn,

Thank you, now it works fine.

Regards, Daniel
Hi Björn

I have verified the fix in case of onRowPopupMenuItem() with version 20180611.
It's all ok now for that.

However, the case of onRowExecute() is not quite fixed.
The very first time I click on a row (triggering the event), the popup is not positioned as expected but on the very botom left of the screen.

Only after that, if I close the popup and click on the already selected row again, the popup is displayed near the row as expected.

This is the behaviour that I already observed with a previous CC version.
So the fix you announced in the previous post of 05/28/2018 did not work for me.

Could you please check?

Regards, Daniel
Hi Björn,

We display in t:textwithlinks some content including an image.
Now, in RISC, we realize that the content is only rendered to some extent.
The rest is cut.

There is a trick for the user to render the whole content: Reduce the size of the browser or popup window and then increase it again.

I send you the documentation separately.

Regards, Daniel
Hi Björn

Further fix is required.

The workaround (explicit setLeftTopReferenceBottom() in onRowExecute()) is still necessary for ARRAYGRIDItem.

Even for FIXGRIDItem, the workaround is necessary when invoking onRowPopupMenuItem().

Furthermore, in case all row items are selected in a FIXGRID, the workaround in onRowPopupMenuItem() is useless.

Regards, Daniel
Hi Björn,

Yes, indeed. As I already wrote, the popup is invoked in the method "onRowExecute()".

Regards, Daniel
Hi Björn

Lets open a YESNOPopup in the FIXGRID method "onRowExecute()".

With Swing, the popup is opened quite near of the mouse pointer that clicked the row. But in RISC, the popup is opened at the very bottom left of the grid.
We must explicitly invoke "ynp.getModalPopup().setLeftTopReferenceBottom()" to get the same behaviour as in Swing.

Could you please check?

Regards, Daniel
Hi Björn

Please have a look at the attachment.
French calendar popup is showing wrong characters for august title.
Can you please fix the bug?

Regards, Daniel
Hi Björn

Could you already check this issue?

Regards, Daniel
 
Profile for levy -> Messages posted by levy [308] Go to Page: Previous  1, 2, 3 , 4, 5 ... 19, 20, 21 Next 
Go to:   
Powered by JForum 2.1.6 © JForum Team