Hello guys,
I found a bug with changing the formula input size. As soon as this is pulled down (see screenshot) it will "stick" to the cursor. Without holding down the mouse button, the size of the fomula input moves up or down parallel to my mouse movement.
This is very annoying.
Thanks for feedback,
terramorphous
I am not an MS employee but they will likely need to know what browser you are using and what browser version you are running. Please provide that information.
Try running this program on another browser (Chrome, Firefox, Edge) and see if you can replicate the issue.
No matter in which Browser (Chrome, Firefox, Edge).
I got this bug in every of these.
Hi @terramorphous ,
Hi @v-siky-msft
I found out how to adjust it. If I add a new element to the PowerApp and then directly paste many formulas via strg v. If I now down the form input the error occurs.
I copy a code block with this size:
Set(showLoading; true);;
ClearCollect(SammlungLeistungsnachweise;
SortByColumns('[dbo].[LN_Leistungsnachweise]'; "Datum"; Descending)
);;
ClearCollect(SammlungGefilterteLN;
SortByColumns(
Filter(SammlungLeistungsnachweise;
Ressource = UserProfil.Id;
If(!IsBlank(ComboBox1_3.Selected.Kundenname); Kunde = Text(ComboBox1_3.Selected.Kundennummer); true);
If(!IsBlank(ComboBox1_6.Selected.Auftrag); Auftrag = ComboBox1_6.Selected.ID; true);
If(!IsBlank(ComboBox1_27.Selected.Monat); Monat = ComboBox1_27.Selected.Monat || Monat = ComboBox1_27.Selected.MonatEng; true);
If(Left(Input_21.Text; 2) = "KW"; Datum >= LookUp(CalendarWeek; Weekday = 6 && KWYear = Input_21.Text).Start && Datum <= LookUp(CalendarWeek; Weekday = 6 && KWYear = Input_21.Text).End;
If(Input_21.Text = "Woche";
Datum >= DateAdd(Today();
If(Weekday(Today())=1;-6;
Weekday(Today())=2;0;
Weekday(Today())=3;-1;
Weekday(Today())=4;-2;
Weekday(Today())=5;-3;
Weekday(Today())=6;-4;
Weekday(Today())=7;-5
)
) && Datum <= Today();
If(!IsBlank(Input_21.Text) && Len(Input_21.Text) = 4; Jahr = Input_21.Text; true);
If(!IsBlank(Input_21.Text) && Len(Input_21.Text) > 4; Datum = DateValue(Input_21.Text); true)
));
If(toggle_Kunden.Value; Kunde <> "cd780992-065d-e711-80fe-5065f38a6971"; true);
If(toggle_Stunden.Value; !IsBlank(Berechenbar) && Berechenbar > 0; true)
);
"Datum";
Descending
)
);;
Set(showLoading; false)
But there are other ways in which this bug occurs, which usually happens just while editing.
It also happens on other PCs and with other users.
Thanks for your help,
terramorphous
Hi @terramorphous ,
That's really weird! I would submit it to team when I can reproduce it.
By the way, what is the PowerApps studio version of your apps?
Best regards,
Sik
Hi @v-siky-msft,
i currently use version 3.19102.24, but it has already occurred in previous versions.
Regards,
terramorphous
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
192 | |
45 | |
43 | |
38 | |
35 |
User | Count |
---|---|
262 | |
83 | |
81 | |
70 | |
69 |