Skip to content
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

Fixed two bugs #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixed two bugs #57

wants to merge 1 commit into from

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)
@@ -784,7 +784,7 @@ class G2Description extends Description {
* @returns {*}
*/
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