Skip to content

Fixed two bugs#57

Open
tina-nova wants to merge 1 commit intojitsi:masterfrom
tina-nova:patch-1
Open

Fixed two bugs#57
tina-nova wants to merge 1 commit intojitsi:masterfrom
tina-nova:patch-1

Conversation

@tina-nova
Copy link

  • Line 787: Fixed a bug where Jidesha can't autofill the description text field (reference here: not showing description on google calender #55)
  • Line 1253: Fixed a bug that showed the quick add button when the Reminders or Tasks tab is active (the button doesn't do anything when the Events tab is not active)

 - Line 787: Fixed a bug where Jidesha can't autofill the description text field (reference here: jitsi#55)
 - Line 1253: Fixed a bug that showed the quick add button when the Reminders or Tasks tab is active (the button doesn't do anything when the Events tab is not active)
*/
get element() {
var description = $('#xDescIn > [role="textbox"]');
var description = $('#xDescIn > [contenteditable="true"]');
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

xDescIn is not (no longer?) editable using the textbox attribute. This fixes it by going straight to the child element that is editable.

@damencho
Copy link
Member

damencho commented Dec 6, 2022

Is this still relevant?

Thanks for your contribution!
If you haven't already done so, could you please make sure you sign our CLA (https://jitsi.org/icla for individuals and https://jitsi.org/ccla for corporations)? We would, unfortunately, be unable to merge your patch unless we have that piece :(.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants