FIDDLE: https://fiddle.sencha.com/fiddle/222l
This is a form with custom qtips. There is many qtips on one page.
Scroll down the form and put cursor on [?] (in field label) in the bottom of the page. Quick tip will be shown in the top.
How can i fix this error? My form has many fields with qtips, and it should display correctly.
Thanks.
This question is not answered. The problem was tracked by Sencha as issue EXTJS-24917. So we have to wait for about one year until Sencha fix it.
Related
I have a ViewPager2 on my Android App. One of the pages contains an EditText field.
The scenario I encountered is as follows:
Set focus on the text field -> keyboard shows
Switch to another page -> keyboard dismisses (the field lost focus)
Go back to the previous tab and set focus on the text field again -> the field will gain focus but immediately the focus would clear. Tapping on the field again will get the focus back.
I prepared a small demo app to demonstrate this issue: https://github.com/hilaza/SwitchTabsBugDemo
I debugged it and what I found was that the ViewPager clears the focus from my page, thinking that a page was selected. Debugging it further I saw that it has something to do with the RecyclerView's didChildRangeChange method which wrongly assumes that something has changed.
Does anyone happen to know why it's happening and what can I do to work around this?
This is a strange bug happens because of Recycler behaviour. Unfortunately, cannot explain why it happens, but know for sure that this row might help you:
pager.offscreenPageLimit = 1
Or the equivalent in Java. This may help because it disables some of Recycler behaviour. Will be happy if someone explains it better. Faced the same issue and resolved it with this one.
I have added PrimeNG p-editor on my angular 7 application but wanted to add custom button to toggle on HTML and text view as this feature is not supported by primeNG/quill. Also went through this issue thread https://github.com/quilljs/quill/issues/128 but unable to find out the required answer.
I looked into multiple examples like
https://jsfiddle.net/nzolore/1jxy58vn/ and https://codepen.io/anon/pen/ZyEjrQ but all this is in javascript and unable to convert it in angular.
I have added <button class="ql-edit-html">html</button> under <p-header> but not getting next part.
any help will be appreciated. Thanks :)
We faced the same problem one week ago. Maybe we didn't fix it as you wanted. It's some kind of workaround.
We've added button under p-editor which is replacing quill with normal textArea.
In Jira when I click an issue from the kanban board, structure or from the issue search page it opens up the detailed view of the issue. It used to show all relevant information (description, fix versions, relates to etc.) Now it's only showing the structure part with agile board link and HipChat button on right hand side. Everything else is not showing up at all. This is happening on all projects.
Screenshot of what I mean: http://screencast.com/t/TBqPLVJnBc
What am I missing? I must have changed some setting but cant find anything anywhere. Also thought I would mention that clicking the edit button for the issue shows all fields and I can change description, versions, labels etc. They're just not showing in detail view.
EDIT: Thanks to Oldskoltxo for the help and ideas but in the end I have no idea what fixed this issue. I just logged back in today and it was working with the jiraurl/browse/issueid (detailed issue view) showing all the info that I wanted (and which as you can see from above screenshot it didnt show the other day). Eg Fix version, author, description, comments, applies to links etc. Everything is back!
It seems like when you installed the plugin for kanban, you accepted to set your view screen to a different one. Try editting that setting on Admin>issues>screens. And check what is shown on "View Screen" and what screen is shown for "edit issue".
Regards
There seems to be an overlay issue when slickgrid is inside a jquery ui tab. I am not sure how to fix it.
To reproduce the isse, Please try this JSFiddle link
Please scroll the grid in Tab1 and switch to Tab2. When we switch back to Tab 1. The grid is empty. This seems to happen in chrome and IE, not an issue in firefox !
Filed an issue here:
Please let me know if I'm missing something.
Solution: Solved it with the hint from an earlier post. Used the off-left technique to hide inactive tabs.
Thanks for your time.
Solved it with the hint from an earlier post. Used the off-left technique to hide inactive tabs.
I have developed a custom webpart which is being displayed correctly and has some external parameters and being supplied when it is used in the page.
There is a problem in displaying that webpart in edit mode. In edit mode it is not visible as the page footer comes up and only little portion of the webpart is being displayed. To see the whole webpart I need to scroll through. This problem is happening only when the web part is in edit mode.
In Display mode it is Fantastic.
The Way it looks on the Page in Edit Mode is:
Could anyone point me whats being missed and why it is happening?
Thank You
Hari Gillala
Two things to check:
If you have edited the master page/page layout, you might not have closed a html tag, or the styling might be wrong.
With the custom toolpart, is it outputting valid html?, check that you have built the table correctly, and are using the correct styles.