Version 1.3.6 and Bootstrap problems

Hi,
New version new problems :)

Download example from https://appmaster.pl/tms

1) When you click button "ClickMe" will be open new form ... why new form2 contains

<div class="fakecss" style="z-index: 9999; box-shadow: silver 3px 3px 3px;">?

In previous version this problem doesn't exist.
 
2) Why on opened form2  I see button from form1 ?

In previous version this problem doesn't exist.

We traced & solved this. The next update will address this.

When do you plan release next update?

We evaluate the situation and will decide then.
We can help with an incremental source update if you need a fix today. Ask for this by email.

I can wait for release update in usual way.

Let me know when you decide to release the update more or less.

We aim for next week (no guarantee as measures against corona might interfere)

Hi,
After update to version 1.3.6.1 box shadow is ok but now you have regresion problem ... for new created form although I set css class the background of new form is forced to white.
<div class="fakecss" style="z-index: 999999; background-color: rgb(255, 255, 255);">

It was already solved:

https://www.tmssoftware.com/site/forum/forum_posts.asp?TID=14386&KW=bacground&title=bootstrap-and-background

"We have applied an improvement that when ElementClassName is set, it will not preset the background color. This improvement will be in the next update."

We traced & fixed this. We'll release an update as soon as possible.

Hi,

Problems after instalation version 1.3.7.1

1) Compilation warning:
[Hint] WEBLib.Controls.pas(815): method hides identifier at "C:\Users\deweloper_1\Documents\tmssoftware\TMS WEB Core RSXE12\Core Source\RTL\classes.pas(203,23)". Use reintroduce

2) The TResponsiveGrid component - Options ItemMinWidth, ItemHeight, ItemGap dorsn't work.
See my example project https://appmaster.pl/tms/

We saw the issue. We plan to release 1.3.7.2 with this  fixed.

After installation 1.3.7.2 I have next problem with TResponsiveGrid.

The problem is when I change visible attribute.

See example on https://appmaster.pl/tms/

The control was not designed to be used this way.


It is designed to set the CSS for the item via:

    <style>

    .itemstyle {
       border-radius: 5px;
       border: 3px solid #838383;
       box-shadow: 1px 2px 5px #000000;
       background-color:red;
       }
    </style>

self.wbrspnsvgrd1.Options.ItemClassName := 'itemstyle';

Ok ... thanks for the info ... btw in previous version (1.3.5) it works different ... every new WEBCore version I test on my application which was build year ago and I see differences in behave my application which I have to fixed.

Given what one can do in terms of combinations between mixing JavaScript, HTML, CSS, component settings, Pascal code, it is impossible that we can predict what particular trick one did. 
We have over 100 test applications we test against to ensure backwards compatibility. Other than this, we try to be as reactive as possible when users report something. There is no more magic we can do.

Ok ... no problem I understand :)