Samir Kharchi

Results 4 issues of Samir Kharchi

When using a popupbox the offset values **PopupVerticalOffset/PopupHorizontalOffset** simply have no effect as can be seen in the following example: ``` ``` which results in the following: ![Screenshot (63)](https://user-images.githubusercontent.com/34419160/69414042-36e87d80-0d12-11ea-833c-b502197bd136.png)

bug
evaluation required

I know this is a huge PR making it harder to review but still wanted to contribute the changes in one row because there is some overlapping stuff. This PR...

:factory: enhancement

I am trying to create an issue with custom fields (drop downs!) but I always get a bad request response upon issue creation. Custom fields I can set without problems...

**Describe the bug** Subclassing from PropertyGrid renders it non-functional. Nothing is drawn anymore. **To Reproduce** `public class MyPropertyGrid : PropertyGrid {}` `` **Expected behavior** Subclassing should not change anything. -...