Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Bohuslav Stanek

Pages: [1]
1
Bug Report / Table disappear when scrolling right
« on: October 10, 2017, 11:17:12 am »
Hi,
we have problem during horizontal scrolling. When table with VirtualX, VirtualY se to true and some freeze columns try to scroll horizontally, content of table disappear. This bug appears only when first unfreeze column is only partially visible.
You best understand if you see example http://jsfiddle.net/2aznh8s1/3/ .

2
Help for ParamQuery Pro / Re: Focus during editing of two tables
« on: July 03, 2017, 12:59:45 pm »
Problem is not in editing same data. I used wrong code before. My mistake.
We have problem in loosing of focus of edited cell. We must click twice on element out of table to set focus on it. During debuging I see, that first click close editor and set focus to edited cell. Second click finally set focus on desired element.

3
Help for ParamQuery Pro / Re: Focus during editing of two tables
« on: July 03, 2017, 12:50:58 pm »
Same problem with text input. http://jsfiddle.net/46bcLvgu/3/

4
Help for ParamQuery Pro / Focus during editing of two tables
« on: July 03, 2017, 12:03:05 pm »
Hi,
we have problem during editing two tables. If I click to second table and start to write, previous cell in first table is stil active.
See video http://take.ms/XfCp8 and example in jsfiddle http://jsfiddle.net/46bcLvgu/1/.
Is possible correct this by configuration of pqgrid?

5
Bug Report / Re: Unexpected hiding of rows
« on: April 24, 2017, 01:16:00 pm »
Good point. It works

6
Bug Report / Unexpected hiding of rows
« on: April 20, 2017, 02:13:33 pm »
Hi,
we have problem with unexpected hiding of rows on top of table.
Here is video http://take.ms/QWUGY and JSFiddle http://jsfiddle.net/co9q8f2d/5/.
It happens even if scrollbar is not visible in some occasions. Clue is probably in virtualY.
We tested it in version 3.3.5 and in evaluation version 3.4.0 with similar result.

7
Bug Report / Missing columns during fast enlargement of table
« on: December 11, 2016, 01:52:18 pm »
Hi,
I found little bug. If table with vertical scrollbar is enlarged FAST, vertical scrollbar will hide (it is ok), but few first columns will not show (that's the bug).
Here is presentation in video http://take.ms/N8oC9 and here code http://jsfiddle.net/dgscgh4t/.

How to simulate
Initial state: Table has lot of columns and vertical scrollbar is visible. Scrollbar is rolled to end of table, so last columns are visible.
Operation: Quick enlarge table to size in that all columns can be visible. I simulate it by enlarging window.

8
Bug Report / Width of spanned columns (merged cells)
« on: November 20, 2016, 02:29:46 pm »
Hi,
we have problem with width of columns if only merged cells are visible. Width of merged cells are set only to first column and other columns are shifted after merged cell.
You best understand if you see example http://jsfiddle.net/7k8zr6y3/3/. Example automaticly flex columns to see problem. In our case, widths are flexed in special events. But it does not matter, because problem is same.

I looked in pqgrid code and I understand why it happens, but can not find any quick repair. Is possible correct this by configuration of pqgrid?

9
Bug Report / Editing last row in virtualY table
« on: November 14, 2016, 06:28:34 pm »
Hi,

I found problem with editing last row of table with virtualX: true. Here is example http://jsfiddle.net/9s8g4e5q/1/.
If I double click on any cell in last row to edit, first row disappears. If I click again, second row dissapears.

Problem is probably in method _scrollRowVirtual. In version 3.3.0 on line 5068, there is condition ...
if (td_bottom > htCont - htSB - marginTop)
... where htSB is height of horizontal scrollbar. But scrollbar is not part of container pq-grid-cont, so htSb should not be probably in that condition in my opinion.

I hope my report will help to correct this.

10
Help for ParamQuery Pro / Re: Width of table with lot of columns
« on: September 19, 2016, 07:26:03 pm »
There is additional information. I also tried to set flex width to all columns. Without success: http://jsfiddle.net/fabvd154/5/

11
Help for ParamQuery Pro / Width of table with lot of columns
« on: September 19, 2016, 03:41:57 pm »
Hi,

I have problem with table with lot of columns. Columns on right side of table (column number 7 and more) ignore setting of flex width.
Here is example: http://jsfiddle.net/fabvd154/2/ ... scroll horizontaly to right and you will see that columns has probably minimum width.
I look at code of pqgrid and I see that widths are computed only from visible part. If I change _minColWidth to lower value, it helps for more columns. But it is not final solution.
I need virtualX and virtualY turned on for scolling speed.

Is there some solution for columns width in table with lot of columns?

12
Help for ParamQuery Pro / Custom editor
« on: June 05, 2016, 04:50:30 pm »
Hi, I would like to use the custom editor in pqGrid (http://paramquery.com/pro/demos/editing_custom) to utilize already built html editors.
However, is there an information/template for a custom editor?  Eg. how to use 'pq-editor-focus' class name or what to call to validate or cancel cell editing after 'Esc'.

I have also encountered a problem with the focus.
If the 'pq-editor-focus' is on the first element it works but you cannot use keyboard to enter a value.
If it is on deeper element eg. <div><input class='pq-editor-focus' type='text'></div> then editor does not end after loosing the focus.

If you would like online javascript demo (e.g. https://jsfiddle.net/), please send me a link to a working version of the http://paramquery.com/pro/demos/editing_custom so I can easily demonstrate the issue.

Thank you for any help you can provide.

13
Thank you, the fix is OK.

14
Hi,

I have a table with hwrap set to false, but there is no continuation symbol (...) shown in the header, when the text overflows. This seems to be a problem of ParamQuery version 3.3.0, it works as expected in 3.2.0.

To test it, follow these steps:
  • Go to ParamQuery Pro demos (http://paramquery.com/pro/demos)
  • Choose Rows -> Frozen rows.
  • Add hwrap: false to ParamQuery configuration.
  • Try to shrink any column. The column header is just truncated, there is no continuation symbol.

Thanks in advance.

Pages: [1]