Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 365fdb0f939cf00b26d37f27adbf579aa984221b
      
https://github.com/tianocore/edk2/commit/365fdb0f939cf00b26d37f27adbf579aa984221b
  Author: Walon Li <[email protected]>
  Date:   2020-06-10 (Wed, 10 Jun 2020)

  Changed paths:
    M MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c
    M MdeModulePkg/Universal/SetupBrowserDxe/Setup.c

  Log Message:
  -----------
  MdeModulePkg/SetupBrowserDxe: Do not reconnect driver with form-update

REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2701

Recording to the spec, the reconnect is activated upon exiting of the
formset or the browser. Exiting is by user but form-browser internal
logic. That means the reconnection is only happened when user press
ESC or _EXIT action to exit form.
Driver callback may update HII form dynamically so form-browser needs
to refresh its internal data. It's not exiting formset for user
exactly and they didn't know what happened. So use a flag to record
that and do not reconnect driver if updated by callback.

Signed-off-by: Walon Li <[email protected]>
Reviewed-by: Dandan Bi <[email protected]>




_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to