Announcements
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
@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.
Looks like a job for MSFT!
@v-xida-msft @v-yutliu-msft
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,
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,
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 325 Most Valuable Professional
11manish 165
MS.Ragavendar 88 Super User 2026 Season 1