-
-
Notifications
You must be signed in to change notification settings - Fork 556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XWIKI-20996: AWM entry edit forms don't have labels. #3584
Open
Sereza7
wants to merge
23
commits into
xwiki:master
Choose a base branch
from
Sereza7:XWIKI-20996
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
6eff29e
XWIKI-20996: AWM entry edit forms don't have labels.
Sereza7 14d4148
XWIKI-20996: AWM entry edit forms don't have labels.
Sereza7 4b7fe5c
XWIKI-20996: AWM entry edit forms don't have labels.
Sereza7 b06e52a
Merge branch 'xwiki:master' into XWIKI-20996
Sereza7 85773a0
Merge branch 'xwiki:master' into XWIKI-20996
Sereza7 6477c85
XWIKI-20996: AWM entry edit forms don't have labels.
Sereza7 00583b6
XWIKI-20996: AWM entry edit forms don't have labels.
Sereza7 e565116
XWIKI-20996: AWM entry edit forms don't have labels.
Sereza7 71292c4
XWIKI-20996: AWM entry edit forms don't have labels.
Sereza7 9e02c72
XWIKI-20996: AWM entry edit forms don't have labels.
Sereza7 5c7cd93
XWIKI-20996: AWM entry edit forms don't have labels.
Sereza7 b6a9fb9
XWIKI-20996: AWM entry edit forms don't have labels.
Sereza7 2e76e37
XWIKI-20996: AWM entry edit forms don't have labels.
Sereza7 e805384
XWIKI-20996: AWM entry edit forms don't have labels.
Sereza7 7cb96fc
XWIKI-20996: AWM entry edit forms don't have labels.
Sereza7 c9a33a3
XWIKI-20996: AWM entry edit forms don't have labels.
Sereza7 6a45848
Merge branch 'xwiki:master' into XWIKI-20996
Sereza7 f0a99b8
XWIKI-20996: AWM entry edit forms don't have labels
Sereza7 23d77a5
XWIKI-20996: AWM entry edit forms don't have labels.
Sereza7 2ee99f1
XWIKI-20996: AWM entry edit forms don't have labels.
Sereza7 c030a53
XWIKI-20996: AWM entry edit forms don't have labels.
Sereza7 be46a71
XWIKI-20996: AWM entry edit forms don't have labels.
Sereza7 a1d296b
XWIKI-20996: AWM entry edit forms don't have labels.
Sereza7 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an example of JavaScript code that looks for a text area with
content
id https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/wikieditor/wikibits.js#L57 . Have you checked that the "wiki editor" toolbar is properly loaded for the Content AWM field when the user prefers the text editor (rather than the WYSIWYG editor)?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After looking for a while to see what I did wrong, it seems like this PR doesn't especially break this. As of now, the wiki editor toolbar with inline AWM field edition is broken ( it replaces the whole HTML )...
I just pushed a small fix in c030a53 that should make things okay once the regression is handled
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2025-01-15.18-08-19.mp4
This regression has been in XWiki standard for more than a few months ^^'
I just tested XWiki 14.10.22 and it's already there (see video above)