Search found 101 matches

by shikhar_472
Fri Dec 01, 2023 9:52 am
Forum: Common Problems
Topic: how to the list of which elements can be wrapped a element
Replies: 3
Views: 369

Re: how to the list of which elements can be wrapped a element

Hi Cosmin,

Thank you very much for the solution i have one more doubt if child element is not present in that scenarion i wanted the filtered list for sure I can get all PossibleElements when child is not present but what if some tags does now allow text in that list how to differentiate that
by shikhar_472
Wed Nov 29, 2023 12:57 pm
Forum: Common Problems
Topic: how to the list of which elements can be wrapped a element
Replies: 3
Views: 369

how to the list of which elements can be wrapped a element

Hi Team, Is there any inbuild method or way to get the list of element which can wrapped on selection. USE CASE - suppose i am selecting a node and i want to change that selected node with the possible wrap element i need the list of element which should allow on that position while replacing the ta...
by shikhar_472
Fri Nov 17, 2023 1:43 pm
Forum: Common Problems
Topic: show error for repeated words
Replies: 7
Views: 667

Re: show error for repeated words

yes cosmin, thanks very much is it possible to achieve this as I have implemented custom spell check

taking the reference from

https://github.com/oxygenxml/web-author ... log-plugin
by shikhar_472
Fri Nov 17, 2023 7:37 am
Forum: Common Problems
Topic: show error for repeated words
Replies: 7
Views: 667

Re: show error for repeated words

is there any flag in jaeditor which tells about the duplicate word or is there any flag in java which tells about the duplicate word, spelll checker is throwing the error for duplicate word i understood but the moment i am running the spell check i want to if the error is coming because of duplicate...
by shikhar_472
Thu Nov 16, 2023 10:07 am
Forum: Common Problems
Topic: show error for repeated words
Replies: 7
Views: 667

Re: show error for repeated words

Hi Cosmin,
Yes i am able to see that i have overridden the spell check functionality how to pick that in java code that word has been repeated because whenever the work is repeating i want to show the flag on dialog that word is repeating.
by shikhar_472
Fri Nov 10, 2023 9:02 am
Forum: Common Problems
Topic: show error for repeated words
Replies: 7
Views: 667

show error for repeated words

Hi Team,

I want to show the error line for repeated words into the document for spell check is there any way to do that.
Could you please help.

Thanks,
Shikhar.
by shikhar_472
Tue Oct 17, 2023 9:39 am
Forum: Common Problems
Topic: Missing pseudo-classes after redo (Ctrl+Y)
Replies: 21
Views: 2499

Re: Missing pseudo-classes after redo (Ctrl+Y)

Hi Team,

Does this issue got resolved in the latest oxygen release
by shikhar_472
Fri Jul 28, 2023 8:35 am
Forum: Common Problems
Topic: how cache a schema file in web author
Replies: 1
Views: 401

how cache a schema file in web author

Hi Team,

Is there any way to cache https://www.w3.org/2001/XMLSchema-instance schema file so we dont need to hit this URL everytime when we load the document in web author
by shikhar_472
Fri Jul 21, 2023 8:49 am
Forum: Common Problems
Topic: wanted to change the font size in wb author
Replies: 1
Views: 413

wanted to change the font size in wb author

Hi Team,

I want to change the font size in web author without using the zoom style css could you please help with this.
by shikhar_472
Tue Jul 18, 2023 5:27 pm
Forum: Common Problems
Topic: spacing issue
Replies: 10
Views: 835

Re: spacing issue

which method we can override to prevent this inside AuthorDocumentFilterBypass
by shikhar_472
Tue Jul 18, 2023 12:01 pm
Forum: Common Problems
Topic: how to ignore character while running spellcheck
Replies: 7
Views: 910

Re: how to ignore character while running spellcheck

Could you please provide example for this how to do that
by shikhar_472
Tue Jul 18, 2023 9:48 am
Forum: Common Problems
Topic: spacing issue
Replies: 10
Views: 835

spacing issue

Hi Team,

Is there any way to prevent not to add more than one space before, after and in between the words.

Thanks,
Shikhar.
by shikhar_472
Mon Jul 17, 2023 11:53 am
Forum: Common Problems
Topic: how to track error and error code while EDITOR_LOADING_FAILED
Replies: 3
Views: 557

Re: how to track error and error code while EDITOR_LOADING_FAILED

yes i am using the web-dav plugin if in case any error occures in rest call it want to alert the message according to the error code http://localhost/oxygen-xml-web-author/app/oxygen.html?url=webdav-http://localhost//resources/webdav/1691700/I305bd06bf1638e&contentType=appliction%2Fxml&textM...
by shikhar_472
Mon Jul 17, 2023 9:30 am
Forum: Common Problems
Topic: how to track error and error code while EDITOR_LOADING_FAILED
Replies: 3
Views: 557

how to track error and error code while EDITOR_LOADING_FAILED

Hi Team,

How to track the error and error status code when document go into event EDITOR_LOADING_FAILED,
I am passing the editor object which contains below data i want to provide the alert box according the error status code and error
image.png
image.png (42.84 KiB) Viewed 557 times
by shikhar_472
Mon Jul 17, 2023 9:29 am
Forum: Common Problems
Topic: how to track error and error code while EDITOR_LOADING_FAILED
Replies: 1
Views: 361

how to track error and error code while EDITOR_LOADING_FAILED

Hi Team,

How to track the error and error status code when document go into event EDITOR_LOADING_FAILED,
I am passing the editor object which contains
by shikhar_472
Fri Jul 14, 2023 7:45 am
Forum: Common Problems
Topic: any way to override Authentication Required popup with custom error message
Replies: 3
Views: 553

any way to override Authentication Required popup with custom error message

Hi Team,

When sesssion ID is getting expires for us in wbdav URL , i am getting authentication required pop up in oxygen is there any way to override this popup with the custom message dialog.
image.png
image.png (15.61 KiB) Viewed 553 times
by shikhar_472
Wed Jul 12, 2023 12:58 pm
Forum: Common Problems
Topic: how to prevent adding wrong attribute and wrong value in web author
Replies: 8
Views: 1001

Re: how to prevent adding wrong attribute and wrong value in web author

if (StringUtils.isNotBlank(value.getRawValue()) && validateAttributeAndValue(element, attributeName, value)) { super.setAttribute(filterBypass, attributeName, value, element); }else { } inside else block i want to throw error if attribute is not get added and that should be visible on UI
by shikhar_472
Wed Jul 12, 2023 11:42 am
Forum: Common Problems
Topic: how to prevent adding wrong attribute and wrong value in web author
Replies: 8
Views: 1001

Re: how to prevent adding wrong attribute and wrong value in web author

how to present the message to the user from backend is it possible without having the UI control
by shikhar_472
Wed Jul 12, 2023 8:50 am
Forum: Common Problems
Topic: how to prevent adding wrong attribute and wrong value in web author
Replies: 8
Views: 1001

Re: how to prevent adding wrong attribute and wrong value in web author

Thanks mihela,

It got worked for me is it possible when attribute is not getting added we can provide error message on UI of web author from right attribute pane saying attribute could not be added, because that UI is not in our control so is there any way to do that quickly
by shikhar_472
Fri Jul 07, 2023 3:05 pm
Forum: Common Problems
Topic: how to prevent adding wrong attribute and wrong value in web author
Replies: 8
Views: 1001

Re: how to prevent adding wrong attribute and wrong value in web author

is there any option.xml configuration in oxygen which will validate according through schema and prevent to add attribute
by shikhar_472
Fri Jul 07, 2023 8:33 am
Forum: Common Problems
Topic: how to prevent adding wrong attribute and wrong value in web author
Replies: 8
Views: 1001

how to prevent adding wrong attribute and wrong value in web author

Hi Team,

Is there any way by which we can prevent adding the wrong attribute or wrong value to any element.

Thanks,
Shikhar.
by shikhar_472
Tue Jul 04, 2023 12:38 pm
Forum: Common Problems
Topic: any possible way to change cursor design in oxygen web author
Replies: 1
Views: 400

any possible way to change cursor design in oxygen web author

Hi Team,

Is there any way to change the cursor in oxygen web author as this cursor seems very small our users are not able to easily recognize at what location cursor is present.

Thanks,
Shikhar.
by shikhar_472
Thu Jun 29, 2023 8:08 pm
Forum: Common Problems
Topic: getting 500 internal server error
Replies: 1
Views: 422

getting 500 internal server error

Hi Team Sometimes we are suddenly getting 500 internal server error but when i do refresh it get resolve Caused by: ro.sync.net.protocol.http.HttpExceptionWithDetails: 500 Internal Server Error for: http://test/data/resources/webdav/168996/Id3bb2f00.xml at ro.sync.net.protocol.http.b.s.x(Unknown Sou...
by shikhar_472
Tue Jun 27, 2023 4:59 pm
Forum: Common Problems
Topic: how to override paste as xml feature.
Replies: 10
Views: 1085

Re: how to override paste as xml feature.

yes i tried at the right place-- did you try to paste the fragment in a place where the inserted element is accepted, according to the schema? It is failing because xmlns attribute is not present in fragment which i can add in insertFragment method but while doing paste special it is failing in hand...
by shikhar_472
Mon Jun 26, 2023 4:12 pm
Forum: Common Problems
Topic: how to override paste as xml feature.
Replies: 10
Views: 1085

Re: how to override paste as xml feature.

here are the error logs ------------- 2023-06-26 18:41:16,202 DEBUG [ http-nio-8084-exec-10 ] com.oxygenxml.webauthor.SecurityManager - java.lang.Exception at ro.sync.ecss.webapp.i.b.f(Unknown Source) at org.slf4j.Logger.debug(Logger.java:989) at ro.sync.ecss.webapp.i.b.verifyHost(Unknown Source) at...
by shikhar_472
Mon Jun 26, 2023 4:04 pm
Forum: Common Problems
Topic: how to override paste as xml feature.
Replies: 10
Views: 1085

Re: how to override paste as xml feature.

Hi Mihela, I tried updating it but the problem is in options <field name="isVerifyPasteAndDNDAction"> <Boolean>true</Boolean> </field> i have made this field true so because of that its not coming till insertFragment method if i will make false for isVerifyPasteAndDNDAction this field, in ...
by shikhar_472
Mon Jun 26, 2023 4:04 pm
Forum: Common Problems
Topic: how to override paste as xml feature.
Replies: 10
Views: 1085

Re: how to override paste as xml feature.

Hi Mihela, I tried updating it but the problem is in options <field name="isVerifyPasteAndDNDAction"> <Boolean>true</Boolean> </field> i have made this field true so because of that its not coming till insertFragment method if i will make false for isVerifyPasteAndDNDAction this field, in ...
by shikhar_472
Mon Jun 26, 2023 4:04 pm
Forum: Common Problems
Topic: how to override paste as xml feature.
Replies: 10
Views: 1085

Re: how to override paste as xml feature.

Hi Mihela, I tried updating it but the problem is in options <field name="isVerifyPasteAndDNDAction"> <Boolean>true</Boolean> </field> i have made this field true so because of that its not coming till insertFragment method if i will make false for isVerifyPasteAndDNDAction this field, in ...
by shikhar_472
Mon Jun 26, 2023 12:50 pm
Forum: Common Problems
Topic: how to override paste as xml feature.
Replies: 10
Views: 1085

Re: how to override paste as xml feature.

Hi Mihaela,
We have a production release in few days is there any way i can fix this issue right now.
Also when will be the 26th version will available
Thanks,
Shikhar.